Click or drag to resize

ExtrusionSetMesh Method

Sets a specified type of mesh for this extrusion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public bool SetMesh(
	Mesh mesh,
	MeshType meshType
)

Parameters

mesh
Type: Rhino.GeometryMesh
The mesh.
meshType
Type: Rhino.GeometryMeshType
The mesh type.

Return Value

Type: Boolean
True on success.
See Also