|
IMdExtrude::Direction
Description
This property allows you to get and set an extrude direction.
Syntax
Property get:
Direction = Direction ( );
Return: (Variant) Direction |
Variant that contains double type one dimensional array of vector coordinates that defines an extrude direction. |
Property set:
Direction( Direction );
Input: (Variant) Direction |
Variant that contains double type one dimensional array of vector coordinates that defines an extrude direction. |
|