QuadRemeshParameters Class |
Namespace: Rhino.Geometry
The QuadRemeshParameters type exposes the following members.
Name | Description | |
---|---|---|
QuadRemeshParameters | Initializes a new instance of the QuadRemeshParameters class |
Name | Description | |
---|---|---|
AdaptiveQuadCount |
Respect the original Target Quad Count value as much as possible.
True returns more quads than TargetQuadCount depending on amount of high-curvature areas.
Note: this value is ignored when TargetEdgeLength > 0
| |
AdaptiveSize |
Larger values results in for quad sizes that adjust to match input curvature.
Smaller values results in more uniform quad sizes at the risk of less feature preservation.
Range [0 - 100]
Note: this value is ignored when TargetEdgeLength > 0
| |
DetectHardEdges |
When enabled the hard edges in models will be retained.
| |
GuideCurveInfluence |
0 = Approximate
1 = Interpolate Edge Ring
2 = Interpolate Edge Loop
This value is ignored if Guide Curves are not supplied
| |
PreserveMeshArrayEdgesMode |
0=off, 1=On(Smart), 2=On(Strict) :
Mesh array's created from Breps will have their brep face edge boundaries retained.
Smart - Small or insignificant input faces are ignored.
Strict - All input faces are factored in re-meshed result.
| |
SymmetryAxis | Symmetry axis to use for symmetric re-meshing | |
TargetEdgeLength |
When TargetEdgeLength is greater than 0 TargetQuadCount will be re-computed with
the target goal of an approximated edge length based on the area of the input mesh
e.g TargetQuadCount = Input mesh Area * sqr(TargetEdgeLength)
AdaptiveSize as well as AdaptiveQuadCount will also be ignored;
| |
TargetQuadCount |
The number of quads to try to achieve in the final re-meshed object
Note: This value is overridden if TargetEdgeLength > 0
|
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.) |