Click or drag to resize
SoFenceSlicepoints Property

Set of points defining a lineset.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFVec2f points { get; }

Property Value

Type: SoMFVec2f
Remarks

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