Share

AcDbPolyFaceMeshVertex

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbVertex
                    AcDbPolyFaceMeshVertex

C++

class AcDbPolyFaceMeshVertex : public AcDbVertex;

File

dbents.h

Description

The AcDbPolyFaceMeshVertex class represents the vertices within AcDbPolyFaceMesh entities in AutoCAD drawings.

Notes

Warning

Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD. AcDbPolyFaceMeshVertex objects contain the AcDbEntity methods to set the entity properties such as color, layer, and linetype, but vertices are subentities that are supposed to have the same entity properties as the parent polyface mesh. So, using the AcDbEntity methods within the AcDbPolyFaceMeshVertex objects to change these properties to values other than those of the parent results in corrupt vertices (which audit can fix).

Links

AcDbPolyFaceMeshVertex Constructor, AcDbPolyFaceMeshVertex Methods

See Also

AcDbPolyFaceMesh

Was this information helpful?