Share

AcGeEntity3d::=

C++

GE_DLLEXPIMPORT AcGeEntity3d& operator =(
    const AcGeEntity3d& entity
);

Description

Assigns the input entity to this entity. Input entity must be of same type as this entity.

Parameters

Parameters Description
entity Input 3D entity

Links

AcGeEntity3d

Was this information helpful?