MatchSrfSettings Class |
Namespace: Rhino.Geometry
The MatchSrfSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| MatchSrfSettings |
Constructor
|
| Name | Description | |
|---|---|---|
| Average |
If true, change both surfaces
| |
| Continuity |
Match the shape of the edge being edited to the target edge
C0_continuous: edge position only
G1_continuous: edge position and tangency
G2_continuous: edge position, tangency and curvature
| |
| MatchClosestPoints |
Match the edge to the closest points on the target edge
| |
| OtherEnd |
Maintain the shape of the edge opposite the one being edited
None: opposite edge is free to change
C0_continuous: opposite edge position only
G1_continuous: opposite edge position and tangency
G2_continuous: opposite edge position, tangency and curvature
| |
| PreserveIso |
The way the surface iso-lines align with the target
| |
| RefineAngleToleranceRadians |
Angle between surface normals during refinement
| |
| RefineCurvatureTolerance |
Percentage radius of curvature difference during refinement
| |
| RefineMatch |
Add control point rows to the surface if necessary
| |
| RefinePositionalTolerance |
Absolute distance tolerance for refinement
| |
| ReverseAverageTargetDirection |
Reverse the direction of the target for the averaged edge.
| |
| ReverseMatchDirection |
Reverse the direction of the edge to match.
|
| Name | Description | |
|---|---|---|
| EnableRefinement |
Enable refinement of the surface being edited
| |
| 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.) |