Click or drag to resize
SoVolumeDataGetRectilinearCoordinates Method

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

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public IList<float> GetRectilinearCoordinates(
	SoVolumeDataAxis axis
)

Parameters

axis
Type: OIV.VolumeViz.NodesSoVolumeDataAxis

Return Value

Type: IListSingle
Remarks

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

See Also