SoFenceSlicepoints Property |
Set of points defining a lineset.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFVec2f points { get; }
Public ReadOnly Property points As SoMFVec2f
Get
public:
property SoMFVec2f^ points {
SoMFVec2f^ get ();
}
member points : SoMFVec2f with get
Property Value
Type:
SoMFVec2fRemarks
If OIV.VolumeViz.Nodes.SoFenceSlice.axis is:
X: points are Y,Z coordinates
Y: points are Z,X coordinates
Z: points are X,Y coordinates
All points should be inside the 3D extent of the volume.
See Also