BRepLoop
- class compas_occ.brep.BRepLoop(loop)[source]
Bases:
object
Class representing an edge loop in the BRep of a geometric shape.
- Parameters
loop (
TopoDS_Wire
) – An OCC BRep wire.- Attributes
vertices (list[
BRepVertex
], read-only) – List of BRep vertices.edges (list[
BRepEdge
], read-only) – List of BRep edges.
- Other Attributes
loop (
TopoDS_Wire
) – The OCC BRep wire.