M_Rhino_Geometry_BrepFace_GetMesh - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFace.GetMesh Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Mesh GetMesh(
	MeshType meshType
)

VB

Public Function GetMesh ( 
	meshType As MeshType
) As Mesh

Parameters

 

meshType
Type: Rhino.Geometry.MeshType
The mesh type.

Return Value

Type: Mesh
A mesh.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️