예제 #1
0
 public VolumeProp(VolumeGraphic volumeLayer)
 {
     _volumeLayer = volumeLayer;
 }
예제 #2
0
 public SurfaceProp(VolumeGraphic volumeLayer)
 {
     _volumeGraphic = volumeLayer;
 }