MeshShrinkWrap Method |
Name | Description | |
---|---|---|
ShrinkWrap(ShrinkWrapParameters) |
Returns a ShrinkWrapped mesh or
null when a mesh was not created or error.
| |
ShrinkWrap(IEnumerableMesh, ShrinkWrapParameters) |
Creates a unified ShrinkWrap mesh from a collection of input meshes.
Returns null on error or failure.
| |
ShrinkWrap(PointCloud, ShrinkWrapParameters) |
Creates a unified ShrinkWrap mesh from a point cloud
returns null on error or failure
| |
ShrinkWrap(ShrinkWrapParameters, CancellationToken) |
Returns a ShrinkWrapped mesh or
null when a mesh was not created or error.
| |
ShrinkWrap(IEnumerableGeometryBase, ShrinkWrapParameters, MeshingParameters) |
Creates a unified ShrinkWrap mesh from a collection of GeometryBase objects.
returns null or error on failure
|