OCCBrep.from_planes
- classmethod OCCBrep.from_planes(planes, solid=True)
Make a BRep from a list of planes.
- Parameters:
- planeslist[
compas.geometry.Plane
] The input planes.
- solidbool, optional
Flag indicating that if the resulting shape should be converted to a solid, if possible.
- planeslist[
- Returns: