SoRandomSphereGeneration3dimageSize Property |
The size of the new image.
Namespace: OIV.ImageViz.Engines.ImageManipulation.SyntheticImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFVec3i32 imageSize { get; }
Public ReadOnly Property imageSize As SoSFVec3i32
Get
public:
property SoSFVec3i32^ imageSize {
SoSFVec3i32^ get ();
}
member imageSize : SoSFVec3i32 with get
Property Value
Type:
SoSFVec3i32Remarks Default value is SbVec3i32(100,100,100).
See Also