BRepVertex
- class compas_occ.brep.BRepVertex(vertex: OCC.Core.TopoDS.TopoDS_Vertex)[source]
Bases:
object
Class representing a vertex in the BRep of a geometric shape.
- Attributes
vertex (
TopoDS_Vertex
) – The underlying OCC vertex.point (
Point
, read-only) – The geometric point underlying the topological vertex.
- Parameters
vertex (
TopoDS_Vertex
) – An OCC topological vertex data structure.