Share

OrientedBox.PutOrientedBoxData Method

Parent Object: OrientedBox

Description

Method that sets the corner point and edges data that define this OrientedBox.

Syntax

OrientedBox.PutOrientedBoxData( CornerPoint As Point, DirectionOne As Vector, DirectionTwo As Vector, DirectionThree As Vector )

Parameters

Name Type Description
CornerPoint Point Input Point object that defines a corner point of the oriented box.
DirectionOne Vector Input Vector object that defines the first direction of the oriented box starting from the corner point.
DirectionTwo Vector Input Vector object that defines the second edge of the oriented box starting from the corner point. If this vector is not perpendicular to the DirectionOne, an error will occur.
DirectionThree Vector Input Vector object that defines the third edge of the oriented box starting from the corner point. If this vector is not perpendicular to the DirectionOne and DirectionTwo, an error will occur.

Version

Introduced in version 2016

Was this information helpful?