Share

AcGeEntity3d::translateBy

C++

GE_DLLEXPIMPORT AcGeEntity3d& translateBy(
    const AcGeVector3d& translateVec
);

Description

Translates the entity by the input vector.

Parameters

Parameters Description
translateVec Input vector by which entity is to be translated

Links

AcGeEntity3d

Was this information helpful?