SoViewportClippingsize Property |
Specifies the size of the clip region in pixels.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
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 (Although this is a float field, the values really are pixels, not normalized units.) Default is 0,0.
See Also