RhinoBrepLoop
- class compas_rhino.geometry.RhinoBrepLoop[source]
Bases:
BrepLoop
A wrapper for Rhino.Geometry.BrepLoop
- Attributes:
- edgeslist[
compas_rhino.geometry.RhinoBrepEdge
], read-only The list of edges which comprise this loop.
- trimslist[
compas_rhino.geometry.RhinoBrepTrim
], read-only The list of trims which comprise this loop.
- loop_type
compas_rhino.geometry.brep.loop.LoopType
, read-only The type of this loop.
- is_outerbool, read-only
True if this loop is an outer boundary, False otherwise.
- is_innerbool, read-only
True if this loop is an inner hole, False otherwise.
- native_loop
Rhino.Geometry.BrepLoop
The underlying Rhino BrepLoop object.
- edgeslist[
Inherited Methods
Converts the instance to a string.
Make an independent copy of the data object.
Construct a loop from a list of edges.
Construct an object of this type from a JSON file.
Construct an object of this type from a JSON string.
Construct a loop from a polygon.
Construct a loop from a polyline.
Compute a hash of the data for comparison during version control using the sha256 algorithm.
Convert an object to its native data representation and save it to a JSON file.
Convert an object to its native data representation and save it to a JSON string.
Validate the data against the object's data schema.