Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbEntity AcDbVertex AcDb3dPolylineVertex
C++
class AcDb3dPolylineVertex : public AcDbVertex;
File
dbents.h
Description
The AcDb3dPolylineVertex class represents the vertices within 3D polylines in AutoCAD.
Remarks
AcDb3dPolylineVertex objects contain the AcDbEntity methods to set the entity properties such as color, layer, and linetype. However, vertices are subentities that are supposed to have the same entity properties as the parent polyline. Therefore, using the AcDbEntity methods within the AcDb3dPolylineVertex objects to change these properties to values other than those of the parent will result in corrupt vertices. An audit can fix the corrupt vertices.
Do not derive from this class. Attempting to do so will cause your application to halt AutoCAD.
Links
AcDb3dPolylineVertex Constructor, AcDb3dPolylineVertex Methods
See Also
AcDbObject, AcDbEntity, AcDb3dPolyline