Description
If an object, to which the new revolve object will be added or from which it will be removed is not solid, this property allows you to get and set the side from which there will be material in it.
Used in modes cmRevolveSweepModeAdd and cmRevolveSweepModeRemove.
Syntax
Property get:
Option = InvertOption ( );
|
Input: (RevolveInvertOption) Option |
Option that shows whether the inside or outside of an active open solid object is material. |
Property set:
InvertOption( Option );
|
Input: (RevolveInvertOption) Option |
cmRevolveForward shows that the material is inside of the open solid object while cmRevolveReversed shows that the material is outside. |