Share

AcGiGeometry::pushOrientationTransform Method

C++

virtual AcGeMatrix3d pushOrientationTransform(
    AcGiOrientationTransformBehavior behavior
) = 0;

Description

This method places orientation transform behavior onto the current transform stack

Parameters

Parameters Description
behavior Input orientation transform behavior.

Returns

The transform matrix; this matrix is only valid at the time of the call because subsequent redraws/view changes invalidate this matrix.

Links

AcGiGeometry

Was this information helpful?