Share

AcGeEntity2d::translateBy

C++

GE_DLLEXPIMPORT AcGeEntity2d& translateBy(
    const AcGeVector2d& translateVec
);

Description

Translates the entity by the input vector.

Parameters

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

Links

AcGeEntity2d

Was this information helpful?