Skip to content

M_Rhino_Geometry_Extrusion_GetMesh

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Extrusion.GetMesh Method

Obtains a reference to a specified type of mesh for this extrusion.

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

Extrusion Class
Rhino.Geometry Namespace

Clone this wiki locally