Share

AcDbEdgeRef::AcDbEdgeRef (AcDbEntity*) Constructor

C++

ACDBCORE2D_PORT explicit AcDbEdgeRef(
    const AcDbEntity* pEntity
);

Description

The constructor causes the AcDbEdgeRef to maintain the AcDbObjectId of the given AcDbEntity. Moreover, if the entity is derived from AcDbCurve, it obtains a copy of the AcGeCurve3d and maintains in it the AcDbEdgeRef.

Parameters

Parameters Description
pEntity _nt_

Links

AcDbEdgeRef Class

Was this information helpful?