Description
This property allows you to set a mode in which to create an offset entity.
There are four available modes:
cmKeep - in this mode offset created entities are not connected to each other.
cmExtend (for adjacent faces) and cmNatural (for curves) - in this mode offset created entities are connected to each other by an extension.
cmRound (for curves only) - in this mode offset created edges are connected to each other by making round corners between corresponding edge vertices.
Syntax
Property get:
Mode = Mode ( );
|
Return: (OffsetMode) Mode |
Mode in which to perform procedure. |
Property set:
Mode = Mode ( );
|
Input: (OffsetMode) Mode |
Mode in which to perform offset procedure. |