Share

AcDbVertexRef Constructor

Overload List

Method Description
AcDbVertexRef::AcDbVertexRef () Default constructor.
AcDbVertexRef::AcDbVertexRef (AcDbCompoundObjectId&, AcDbSubentId&, AcGePoint3d&) The constructor sets the data members of the AcDbEdgeRef.
AcDbVertexRef::AcDbVertexRef (AcDbEntity*) The constructor causes the AcDbVertexRef to maintain the AcDbObjectId of the given AcDbEntity. Moreover, if the entity is derived from AcDbPoint, it maintains its AcGePoint3d as AcGePoint3d.
AcDbVertexRef::AcDbVertexRef (AcDbFullSubentPath&) Creates the AcDbVertexRef from an entity in a block table record and referenced via a path of block inserts.
AcDbVertexRef::AcDbVertexRef (AcDbVertexRef&) This is AcDbVertexRef, a member of class AcDbVertexRef.
AcDbVertexRef::AcDbVertexRef (AcGePoint3d&) The constructor causes the AcDbVertexRef to maintain the AcGePoint3d.
AcDbVertexRef::AcDbVertexRef (ImpliedType, AcDbEdgeRef&, int, AcGePoint3d&) This is AcDbVertexRef, a member of class AcDbVertexRef.

Was this information helpful?