Click or drag to resize

IShrinkWrapServiceShrinkWrap Method (IEnumerableMesh, ShrinkWrapParameters, CancellationToken)

Create mesh from input meshes. Null on error or incompatible settings

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
Mesh ShrinkWrap(
	IEnumerable<Mesh> meshes,
	ShrinkWrapParameters parameters,
	CancellationToken cancellationToken
)

Parameters

meshes
Type: System.Collections.GenericIEnumerableMesh

[Missing <param name="meshes"/> documentation for "M:Rhino.Runtime.IShrinkWrapService.ShrinkWrap(System.Collections.Generic.IEnumerable{Rhino.Geometry.Mesh},Rhino.Geometry.ShrinkWrapParameters,System.Threading.CancellationToken)"]

parameters
Type: Rhino.GeometryShrinkWrapParameters

[Missing <param name="parameters"/> documentation for "M:Rhino.Runtime.IShrinkWrapService.ShrinkWrap(System.Collections.Generic.IEnumerable{Rhino.Geometry.Mesh},Rhino.Geometry.ShrinkWrapParameters,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Rhino.Runtime.IShrinkWrapService.ShrinkWrap(System.Collections.Generic.IEnumerable{Rhino.Geometry.Mesh},Rhino.Geometry.ShrinkWrapParameters,System.Threading.CancellationToken)"]

Return Value

Type: Mesh

[Missing <returns> documentation for "M:Rhino.Runtime.IShrinkWrapService.ShrinkWrap(System.Collections.Generic.IEnumerable{Rhino.Geometry.Mesh},Rhino.Geometry.ShrinkWrapParameters,System.Threading.CancellationToken)"]

See Also