RhinoBrep.to_viewmesh
- RhinoBrep.to_viewmesh(linear_deflection=0.001)[source]
Convert the Brep to a single view mesh.
- Parameters:
- linear_deflectionfloat, optional
The maximum linear deflection between the geometry and its discrete representation.
- Returns:
- tuple[
compas.datastructures.Mesh
, list[compas.geometry.Polyline
]]
- tuple[