AcRxObject AcBrEntity AcBrVertex
class AcBrVertex : public AcBrEntity;
brvtx.h
The AcBrVertex class is the interface class for brep vertices. This class defines the functions that are pertinent to the vertex level of a brep, and thus serves as a mapping between AutoCAD vertex subentities and AcBr.
Vertices are primary brep elements and thus have associated geometry (that is, points). This class provides an indirect link between AcGe and AcDb3dSolid, AcDbRegion, and AcDbBody.
The intended use of the AcBrVertex class is to create an AcBr contexted vertex for dumping point geometry.
The subentity path should contain the object ID of an AutoCAD solid, region, or body, along with its chained transforms (via nested AcDbBlockReference), and a valid vertex subentity ID.
AcBrVertex Constructor, AcBrVertex Methods, AcBrVertex Operators
AcGePoint3d, AcBrEdge