BRepVertex

class compas_occ.brep.BRepVertex(vertex)[source]

Bases: object

Class representing a vertex in the BRep of a geometric shape.

Parameters

vertex (TopoDS_Vertex) – An OCC topological vertex data structure.

Attributes

point (Point, read-only) – The geometric point underlying the topological vertex.

Other Attributes

vertex (TopoDS_Vertex) – The underlying OCC vertex.