menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Create a brep representation of a mesh
Syntax:
public static
Brep
CreateFromMesh(
Mesh
mesh
,
bool
trimmedTriangles
)
Parameters:
mesh
Type:
Mesh
trimmedTriangles
Type:
bool
if true, triangles in the mesh will be represented by trimmed planes in the brep. If false, triangles in the mesh will be represented by untrimmed singular bilinear NURBS surfaces in the brep.
Returns:
Type:
Brep
Available since:
5.1
home
/
Rhino.Geometry
/
Brep
/
CreateFromMesh
CreateFromMesh method
Class:
Rhino.Geometry.Brep
Nothing found