SoResampleImageProcessing3dsubVolumeDimension Property |
The dimensions of the output sub volume.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec3i32 subVolumeDimension { get; }
Public ReadOnly Property subVolumeDimension As SoSFVec3i32
Get
public:
property SoSFVec3i32^ subVolumeDimension {
SoSFVec3i32^ get ();
}
member subVolumeDimension : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32
RemarksIf the parameter SoResampleImageProcessing3d.samplingMode is not set to MANUAL this parameter is ignored. Default value is (1,1,1).
See Also