SoRadialGradientCenteredProcessing3dprojectionCenter Property |
The center of projection coordinates.
Namespace: OIV.ImageViz.Engines.EdgeDetection.GradientAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec3i32 projectionCenter { get; }
Public ReadOnly Property projectionCenter As SoSFVec3i32
Get
public:
property SoSFVec3i32^ projectionCenter {
SoSFVec3i32^ get ();
}
member projectionCenter : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32Remarks Default value is SbVec3i32(3,3,3).
See Also