Click or drag to resize
SoVolumeData.GetRectilinearCoordinates Method

Returns a vector describing mapping from uniform space to rectilinear space.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public IList<float> GetRectilinearCoordinates(
	SoVolumeData. Axis axis
)

Parameters

axis
Type: OIV.VolumeViz.Nodes.SoVolumeData.Axis

Return Value

Type: IList<Single>
Remarks

You can specify that you want the vector to return the coordinates from the X, Y, or Z axis.

See Also