IMdProject::DraftSide
Description
This property allows you to get and set a draft angle side. If a projected object is closed, the draft side property defines if a draft angle is directed inside or outside. Otherwise, if a projected object is open, it defines the side of the draft angle.
Syntax
Property get:
Side = DraftSide ( );
|
Return: (Boolean) Side |
If projected object is closed: TRUE (=1) - outside direction of draft angle, FALSE (= 0) - inside direction. |
Property set:
DraftSide( Side );
|
Input: (Boolean) Side |
If projected object is closed: TRUE (=1) - outside direction of draft angle, FALSE (= 0) - inside direction. |
Note
Not relevant for projection of points.