C++
ACDBCORE2D_PORT AcGeVector3d axisDirection( AcGeVector3d* pYAxis = NULL ) const;
Description
Returns the direction vector for the X axis of the rectangular array. It also provides the Y axis direction optionally. The Y axis is at axes angle from the X axis with respect to its base plane normal. The base plane normal can be obtained using the getBasePlane() method of the base class.
Parameters
Parameters | Description |
---|---|
pYAxis | The address of vector to return Y axis direction. |
Returns
The X axis direction vector.