OrientedBox.GetOrientedBoxData Method
Parent Object: OrientedBoxDescription
Method that returns the corner point and edges data that define this OrientedBox.
Syntax
OrientedBox.GetOrientedBoxData( CornerPoint As Point, DirectionOne As Vector, DirectionTwo As Vector, DirectionThree As Vector )Parameters
Name | Type | Description |
CornerPoint | Point | Output Point object that defines a corner point of the oriented box. |
DirectionOne | Vector | Output Vector object that defines the first direction of the oriented box starting from the corner point. |
DirectionTwo | Vector | Output Vector object that defines the second direction of the oriented box starting from the corner point. |
DirectionThree | Vector | Output Vector object that defines the third direction of the oriented box starting from the corner point. |