Click or drag to resize

IShrinkWrapService Interface

Internal interface used by ShrinkWrap functions

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public interface IShrinkWrapService
Methods
  NameDescription
Public methodShrinkWrap(IEnumerableMesh, ShrinkWrapParameters)
Create mesh from input meshes. Null on error or incompatible settings
Public methodShrinkWrap(Mesh, ShrinkWrapParameters)
Create a shrinkwrap from a single mesh Null on error or incompatible settings
Public methodShrinkWrap(PointCloud, ShrinkWrapParameters)
Create mesh from point cloud input. Null on error or incompatible settings
Public methodShrinkWrap(IEnumerableGeometryBase, ShrinkWrapParameters, MeshingParameters)
Create a mesh from a collection of geometry base objects Null on error or incompatible settings
Public methodShrinkWrap(IEnumerableMesh, ShrinkWrapParameters, CancellationToken)
Create mesh from input meshes. Null on error or incompatible settings
Public methodShrinkWrap(Mesh, ShrinkWrapParameters, CancellationToken)
Create a shrinkwrap from a single mesh Null on error or incompatible settings
Public methodShrinkWrap(PointCloud, ShrinkWrapParameters, CancellationToken)
Create mesh from point cloud input. Null on error or incompatible settings
Public methodShrinkWrap(IEnumerableGeometryBase, ShrinkWrapParameters, MeshingParameters, CancellationToken)
Create a mesh from a collection of geometry base objects Null on error or incompatible settings
Top
See Also