Share

AcDbEdgeRef Constructor

Overload List

Method Description
AcDbEdgeRef::AcDbEdgeRef () Default constructor.
AcDbEdgeRef::AcDbEdgeRef (AcDbCompoundObjectId&, AcDbSubentId&, AcDbSubentId&, AcGeCurve3d*) The constructor sets the data members of the AcDbEdgeRef.
AcDbEdgeRef::AcDbEdgeRef (AcDbEdgeRef&) The constructor creates an AcDbEdgeRef based on another AcDbEdgeRef object.
AcDbEdgeRef::AcDbEdgeRef (AcDbEntity*) 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.
AcDbEdgeRef::AcDbEdgeRef (AcDbFullSubentPath&) Creates AcDbEdgeRef from an entity in a block table record and referenced via a path of block inserts.
AcDbEdgeRef::AcDbEdgeRef (AcGeCurve3d*) The constructor makes the AcDbEdgeRef keep the AcGeCurve3d.

Was this information helpful?