ShrinkWrapParameters Class |
Namespace: Rhino.Geometry
The ShrinkWrapParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| ShrinkWrapParameters | Initializes a new instance of the ShrinkWrapParameters class |
| Name | Description | |
|---|---|---|
| FillHolesInInputObjects |
Any input meshes will have "Fill Holes" applied to them before volume creation
This value is ignored when input objects are Point Clouds
| |
| InflateVerticesAndPoints |
Inflate mesh vertices, points and point clouds
Mesh vertices will be inflated as though the mesh were a point cloud
| |
| Offset |
Distance to offset outward or inward
| |
| PolygonOptimization |
0 - 100 the percentage of optimization desired.
Polygons will be reduced in areas of lower curvature
Lower values result in better feature preservation at the cost of more polygons
| |
| SmoothingIterations |
Number of times to apply smoothing
| |
| TargetEdgeLength |
The desired target edge length in document units
Smaller values equal more mesh resolution at the expense of larger mesh sizes
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |