Click or drag to resize

MeshExtruder Constructor

Construct object to extrude given mesh faces, edges and ngons.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax
public MeshExtruder(
	Mesh inputMesh,
	IEnumerable<ComponentIndex> componentIndices
)

Parameters

inputMesh
Type: Rhino.GeometryMesh
Mesh to use as starting point. Will not be modified.
componentIndices
Type: System.Collections.GenericIEnumerableComponentIndex
Mesh faces, edges and ngons to extrude.
See Also