Share

AcGeEntity3d::transformBy

C++

GE_DLLEXPIMPORT AcGeEntity3d& transformBy(
    const AcGeMatrix3d& xfm
);

Description

Transforms the entity by applying the input matrix.

Parameters

Parameters Description
xfm Input transformation matrix

Links

AcGeEntity3d

Was this information helpful?