|
IMdExtrude::OpositDelta
Description
This property allows you to get and set the length of an extrude on the opposite side if property IMdExtrude::SideOption is set to cmExtrudeBothSide.
Syntax
Property get:
OpositDelta = OpositDelta ( );
Return: (Double) OpositDelta |
Length of extrude on opposite side. |
Property set:
OpositDelta( OpositDelta );
Input: (Double) OpositDelta |
Length of extrude on opposite side. |
|