Share

AcDbAssocArrayRectangularParameters::setAxisDirection Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setAxisDirection(
    const AcGeVector3d& xAxis
);

Description

Sets the X axis direction for the rectangular array. The Y axis is at axis angle from the X axis with respect to its base normal. The base plane normal can be set using the setBasePlane() method of the base class.

Parameters

Parameters Description
xAxis The axis direction to set.

Returns

Acad::ErrorStatus.

Links

AcDbAssocArrayRectangularParameters Class

Was this information helpful?