SoOrthoSliceclippingSide Property |
Specifies the clipping side.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoOrthoSliceClippingSides> clippingSide { get; }
Public ReadOnly Property clippingSide As SoSFEnum(Of SoOrthoSliceClippingSides)
Get
public:
property SoSFEnum<SoOrthoSliceClippingSides>^ clippingSide {
SoSFEnum<SoOrthoSliceClippingSides>^ get ();
}
member clippingSide : SoSFEnum<SoOrthoSliceClippingSides> with get
Property Value
Type:
SoSFEnumSoOrthoSliceClippingSidesRemarks . Default is BACK. Clipping side FRONT means that the clip plane (removes) clips away geometry in the positive direction on the slice axis. BACK means that the clip plane clips away geometry in the negative direction on the slice axis.
These figures show an ortho slice clipping a data volume. | Right:alphaUse = ALPHA_BINARY | interpolation = LINEAR |
| Bottom left:alphaUse = ALPHA_OPAQUE | interpolation = LINEAR |
| Bottom right:alphaUse = ALPHA_BINARY | interpolation = NEAREST |
| | |
| |
See Also