Share

AcDbAssocArrayActionBody::setSourceBasePoint Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setSourceBasePoint(
    const AcDbVertexRef& basePoint
);

Description

Sets the base point for the source objects.

The base point is a relative point with respect to source entities transformed in the array pattern. The base point can be defined as a constant point or a reference point. This point defines a grip position on the first item (i.e., at 0,0,0) in the array. This method may change array parameters in order to minimize changes in the array object representation.

Parameters

Parameters Description
basePoint Input base point.

Returns

Acad::ErrorStatus.

Links

AcDbAssocArrayActionBody Class

Was this information helpful?