SoUniformGridClippingaxis Property |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoUniformGridClippingAxisType> axis { get; }
Public ReadOnly Property axis As SoSFEnum(Of SoUniformGridClippingAxisType)
Get
public:
property SoSFEnum<SoUniformGridClippingAxisType>^ axis {
SoSFEnum<SoUniformGridClippingAxisType>^ get ();
}
member axis : SoSFEnum<SoUniformGridClippingAxisType> with get
Property Value
Type:
SoSFEnumSoUniformGridClippingAxisType
Remarks . Default is Y.
NOTE: field available since Open Inventor 8.0
See Also