SoViewingCubesize Property |
Size of the viewport, in pixels, in which the viewing cube is drawn.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2f size { get; }
Public ReadOnly Property size As SoSFVec2f
Get
public:
property SoSFVec2f^ size {
SoSFVec2f^ get ();
}
member size : SoSFVec2f with get
Property Value
Type:
SoSFVec2fRemarks Default is 150 pixels width, 150 pixels height.
See Also