SoResampleImageProcessing3dtransform Property |
This transformation is applied to all output voxel positions before the interpolation.
Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransformsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFMatrix transform { get; }
Public ReadOnly Property transform As SoSFMatrix
Get
public:
property SoSFMatrix^ transform {
SoSFMatrix^ get ();
}
member transform : SoSFMatrix with get
Property Value
Type:
SoSFMatrixRemarks The default value is the identity.
See Also