Open CASCADE Technology  7.3.0
Public Member Functions | Data Fields

BRepMesh_FastDiscret::Parameters Struct Reference

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...
 

Detailed Description

Structure storing meshing parameters.

Constructor & Destructor Documentation

◆ Parameters()

BRepMesh_FastDiscret::Parameters::Parameters ( )
inline

Default constructor.

Field Documentation

◆ AdaptiveMin

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.

◆ Angle

Standard_Real BRepMesh_FastDiscret::Parameters::Angle

Angular deflection.

◆ ControlSurfaceDeflection

Standard_Boolean BRepMesh_FastDiscret::Parameters::ControlSurfaceDeflection

Prameter to check the deviation of triangulation and interior of the face.

◆ Deflection

Standard_Real BRepMesh_FastDiscret::Parameters::Deflection

Deflection.

◆ InParallel

Standard_Boolean BRepMesh_FastDiscret::Parameters::InParallel

Switches on/off multy thread computation.

◆ InternalVerticesMode

Standard_Boolean BRepMesh_FastDiscret::Parameters::InternalVerticesMode

Mode to take or ont to take internal face vertices into account in triangulation process.

◆ MinSize

Standard_Real BRepMesh_FastDiscret::Parameters::MinSize

Minimal allowed size of mesh element.

◆ Relative

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.


The documentation for this struct was generated from the following file: