Click or drag to resize
SoVolumeTransformvolumeTransformId Property

Allows the transform to be applied to all or one specific data set.

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

Property Value

Type: SoSFShort
Remarks

A volume transform id of 0 means that this transform will be applied to all subsequent data sets. A value greater than 0 means that this transform will only be applied to data sets with a matching data set id. For example, if the transform id is 1, the transform will only be applied to data sets whose data set id is also 1. The default value is 0.

See Also