Share

AcGiGeometry::pushModelTransform

C++

virtual Adesk::Boolean pushModelTransform(
    const AcGeVector3d & vNormal
) = 0;

Description

This function pushes a new transform onto the transform stack. It generates the input matrix using the arbitrary axis algorithm and the supplied vector.

When you have finished with the transform, you must call popModelTransform() to leave the pipe in the same state as before.

Returns Adesk::kTrue if successful; otherwise, returns Adesk::kFalse.

Parameters

Parameters Description
vNormal Input vector

Links

AcGiGeometry

Was this information helpful?