Description
This property defines a true points mode for spline creation. Set by default in new spline.
Syntax
Property get:
Status = TruePointsMode ( );
|
Return: (Boolean) Status |
By default TRUE (1) - true points mode on. |
Property set:
TruePointsMode( Status );
|
Input: (Boolean) Status |
By default TRUE (1) - true points mode on, FALSE (0) - mode off. |