MeshExtruder Constructor

MeshExtruder Constructor

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MeshExtruder(
	Mesh inputMesh,
	IEnumerable<ComponentIndex> componentIndices
)
Public Sub New ( 
	inputMesh As Mesh,
	componentIndices As IEnumerable(Of ComponentIndex)
)

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also