SoVolumeDataDrawStylestyle Property |
Set the draw style used for a volume or mask: .
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFBitMask<SoVolumeDataDrawStyleDrawStyles> style { get; }
Public ReadOnly Property style As SoSFBitMask(Of SoVolumeDataDrawStyleDrawStyles)
Get
public:
property SoSFBitMask<SoVolumeDataDrawStyleDrawStyles>^ style {
SoSFBitMask<SoVolumeDataDrawStyleDrawStyles>^ get ();
}
member style : SoSFBitMask<SoVolumeDataDrawStyleDrawStyles> with get
Property Value
Type:
SoSFBitMaskSoVolumeDataDrawStyleDrawStylesRemarks -NONE: Display nothing
-VOLUME_RENDER: Display the volume using the associated transfer function. This is the default value.
-MASK_BOUNDARY: Display only the mask boundary, don't render the masked volume.
-ISOSURFACE: Display the set of isosurfaces defined in OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isovalues field.
Modes can be combined.
See Also