| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFVec2f size { get; }Public ReadOnly Property size As SoSFVec2f
	Get
public:
property SoSFVec2f^ size {
	SoSFVec2f^ get ();
}member size : SoSFVec2f with get
Property Value
Type: 
SoSFVec2f
RemarksDefault is 150 pixels width, 150 pixels height. 
See Also