|
Open CASCADE Technology
7.0.0
|
Structure storing meshing parameters. More...
#include <BRepMesh_FastDiscret.hxx>
Public Member Functions | |
| Parameters () | |
| Default constructor. More... | |
Data Fields | |
| Standard_Real | Angle |
| Angular deflection. More... | |
| Standard_Real | Deflection |
| Deflection. More... | |
| Standard_Real | MinSize |
| Minimal allowed size of mesh element. More... | |
| Standard_Boolean | InParallel |
| Switches on/off multy thread computation. More... | |
| Standard_Boolean | Relative |
| Switches on/off relative computation of edge tolerance If trur, deflection used for the polygonalisation of each edge will be <defle> * Size of Edge. The deflection used for the faces will be the maximum deflection of their edges. More... | |
| Standard_Boolean | AdaptiveMin |
| Adaptive parametric tolerance flag. If this flag is set to true the minimal parametric tolerance is computed taking minimal parametric distance between vertices into account. More... | |
| Standard_Boolean | InternalVerticesMode |
| Mode to take or ont to take internal face vertices into account in triangulation process. More... | |
| Standard_Boolean | ControlSurfaceDeflection |
| Prameter to check the deviation of triangulation and interior of the face. More... | |
Structure storing meshing parameters.
|
inline |
Default constructor.
| Standard_Boolean BRepMesh_FastDiscret::Parameters::AdaptiveMin |
Adaptive parametric tolerance flag.
If this flag is set to true the minimal parametric tolerance is computed taking minimal parametric distance between vertices into account.
| Standard_Real BRepMesh_FastDiscret::Parameters::Angle |
Angular deflection.
| Standard_Boolean BRepMesh_FastDiscret::Parameters::ControlSurfaceDeflection |
Prameter to check the deviation of triangulation and interior of the face.
| Standard_Real BRepMesh_FastDiscret::Parameters::Deflection |
Deflection.
| Standard_Boolean BRepMesh_FastDiscret::Parameters::InParallel |
Switches on/off multy thread computation.
| Standard_Boolean BRepMesh_FastDiscret::Parameters::InternalVerticesMode |
Mode to take or ont to take internal face vertices into account in triangulation process.
| Standard_Real BRepMesh_FastDiscret::Parameters::MinSize |
Minimal allowed size of mesh element.
| Standard_Boolean BRepMesh_FastDiscret::Parameters::Relative |
Switches on/off relative computation of edge tolerance
If trur, deflection used for the polygonalisation of each edge will be <defle> * Size of Edge. The deflection used for the faces will be the maximum deflection of their edges.
1.8.10