MeshingParameters Properties |
The MeshingParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| ClosedObjectPostProcess |
Gets or sets a value indicating whether or not to post process non-closed meshes
that should be closed. If the Brep being meshed is closed, JaggedSeams = false,
and ClosedObjectPostProcess = true, and the resulting mesh is not closed, then a
post meshing process is applied to find and close gaps in the mesh. Typically the
resulting mesh is not closed because the input Brep has a geometric flaw, like
loops in trimming curve.
| |
| Coarse | Obsolete.
Gets mesh creation parameters for coarse meshing.
This corresponds with the "Jagged and Faster" default in Rhino. | |
| ComputeCurvature |
Gets or sets a value indicating whether or not surface curvature
data will be embedded in the mesh.
| |
| Default |
Gets mesh creation parameters to create the default render mesh.
Only use this if you plan on specifying your own custom meshing
parameters.
| |
| DefaultAnalysisMesh |
Gets mesh creation parameters to create the default analysis mesh.
| |
| DoublePrecision |
Gets or sets a value indicating whether or not the mesh should have
double precision vertices in addition to the floats.
| |
| FastRenderMesh |
Gets mesh creation parameters to create the a render mesh when
meshing speed is preferred over mesh quality.
| |
| GridAmplification |
Gets or sets the grid amplification factor.
Values lower than 1.0 will decrease the number of initial quads,
values higher than 1.0 will increase the number of initial quads.
| |
| GridAngle |
Gets or sets the maximum allowed angle difference (in radians)
for a single sampling quad. The angle pertains to the surface normals.
| |
| GridAspectRatio |
Gets or sets the maximum allowed aspect ratio of sampling quads.
| |
| GridMaxCount |
Gets or sets the maximum number of grid quads in the initial sampling grid.
| |
| GridMinCount |
Gets or sets the minimum number of grid quads in the initial sampling grid.
| |
| JaggedSeams |
Gets or sets whether or not the mesh is allowed to have jagged seams.
When this flag is set to true, meshes on either side of a Brep Edge will not match up.
| |
| MaximumEdgeLength |
Gets or sets the maximum allowed mesh edge length.
| |
| Minimal | Gets minimal meshing parameters. | |
| MinimumEdgeLength |
Gets or sets the minimum allowed mesh edge length.
| |
| MinimumTolerance |
Gets or sets the minimum tolerance.
| |
| QualityRenderMesh |
Gets mesh creation parameters to create the a render mesh when mesh
quality is preferred over meshing speed.
| |
| RefineAngle |
Gets or sets the mesh parameter refine angle in radians.
| |
| RefineAngleInDegrees |
Gets or sets the mesh parameter refine angle in degrees.
| |
| RefineGrid |
Gets or sets a value indicating whether or not the sampling grid can be refined
when certain tolerances are not met.
| |
| RelativeTolerance |
Gets or sets the relative tolerance.
| |
| SimplePlanes |
Gets or sets a value indicating whether or not planar areas are allowed
to be meshed in a simplified manner.
| |
| Smooth | Obsolete.
Gets mesh creation parameters for smooth meshing.
This corresponds with the "Smooth and Slower" default in Rhino. | |
| TextureRange |
Gets or sets how and if textures will be packed.
| |
| Tolerance |
Gets or sets the maximum allowed edge deviation.
This tolerance is measured between the center of the mesh edge and the surface.
|