SoViewportClippingorigin Property |
Specifies the position of the clip region in pixels.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2f origin { get; }
Public ReadOnly Property origin As SoSFVec2f
Get
public:
property SoSFVec2f^ origin {
SoSFVec2f^ get ();
}
member origin : 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