@@ -27,19 +27,19 @@ class RhinoBrep(Brep):
2727 Attributes
2828 ----------
2929 native_brep : :class:`Rhino.Geometry.Brep`
30- The underlying Rhino Brep instance,
30+ The underlying Rhino Brep instance.
3131 vertices : list[:class:`~compas_rhino.geometry.RhinoBrepVertex`], read-only
32- The list of vertices which comprise this Brep,
32+ The list of vertices which comprise this Brep.
3333 points : list[:class:`~compas.geometry.Point`], read-only
34- The list of vertex geometries as points in 3D space,
34+ The list of vertex geometries as points in 3D space.
3535 edges : list[:class:`~compas_rhino.geometry.RhinoBrepEdge`], read-only
36- The list of edges which comprise this brep,
36+ The list of edges which comprise this brep.
3737 loops : list[:class:`~compas_rhino.geometry.RhinoBrepLoop`], read-only
38- The list of loops which comprise this brep,
38+ The list of loops which comprise this brep.
3939 faces : list[:class:`~compas_rhino.geometry.RhinoBrepFace`], read-only
40- The list of faces which comprise this brep,
40+ The list of faces which comprise this brep.
4141 frame : :class:`~compas.geometry.Frame`, read-only
42- The brep's origin (Frame.worldXY()),
42+ The brep's origin (Frame.worldXY()).
4343 area : float, read-only
4444 The calculated area of this brep.
4545 volume : float, read-only
0 commit comments