Share

AcDbVertex

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbVertex
                    AcDb2dVertex
                    AcDb3dPolylineVertex
                    AcDbFaceRecord
                    AcDbPolyFaceMeshVertex
                    AcDbPolygonMeshVertex

C++

class AcDbVertex : public AcDbEntity;

File

dbents.h

Description

The AcDbVertex class is the base class for all the vertex types used by the AcDb2dPolyline, AcDb3dPolyline, AcDbPolyFaceMesh, and AcDbPolygonMesh classes within AutoCAD.

This class provides no methods other than a default constructor and destructor. It is not intended that objects of this class need ever be instantiated by ObjectARX applications, or that this class ever be derived from.

Remarks

The following members are not implemented for this class, nor any classes derived from it. These members will never be implemented, since they are not appropriate for objects of these classes:

AcDbEntity::explode()

AcDbEntity::getEcs()

AcDbEntity::getGeomExtents()

AcDbEntity::getGripPoints()

AcDbEntity::getOsnapPoints()

AcDbEntity::getStretchPoint()

AcDbEntity::intersectWith()

AcDbEntity::moveGripPointsAt()

AcDbEntity::moveStretchPointsAt()

See Also

AcDbObject, AcDb2dPolyline, AcDb3dPolyline, AcDbPolyFaceMesh, AcDbPolygonMesh, AcDb2dVertex, AcDb3dPolylineVertex, AcDbPolygonMeshVertex, AcDbPolyFaceMeshVertex, AcDbFaceRecord

Was this information helpful?