Click or drag to resize

BrepFaceGetMesh Method

Obtains a reference to a specified type of mesh for this brep face.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Mesh GetMesh(
	MeshType meshType
)

Parameters

meshType
Type: Rhino.GeometryMeshType
The mesh type.

Return Value

Type: Mesh
A mesh.
See Also