SoPolyLineScreenDrawersimplificationThreshold Property |
Threshold (in pixels) used to simplify line when it is finished.
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFUInt32 simplificationThreshold { get; }
Public ReadOnly Property simplificationThreshold As SoSFUInt32
Get
public:
property SoSFUInt32^ simplificationThreshold {
SoSFUInt32^ get ();
}
member simplificationThreshold : SoSFUInt32 with get
Property Value
Type:
SoSFUInt32Remarks A value of 0 means no simplification. Default value is 5 pixels.
See Also