#include <Mesher.h>
◆ Method
Enumerator |
---|
Mefisto | |
Standard | |
◆ Mesher()
Mesher::Mesher |
( |
const TopoDS_Shape & |
s | ) |
|
◆ ~Mesher()
◆ createMesh()
References SMESH_Gen::Compute(), SMESH_Gen::CreateMesh(), Mefisto, StdMeshers_Deflection1D::SetDeflection(), NETGENPlugin_Hypothesis::SetFineness(), NETGENPlugin_Hypothesis::SetGrowthRate(), StdMeshers_LocalLength::SetLength(), StdMeshers_MaxLength::SetLength(), StdMeshers_Arithmetic1D::SetLength(), StdMeshers_MaxElementArea::SetMaxArea(), NETGENPlugin_Hypothesis::SetMaxSize(), NETGENPlugin_Hypothesis::SetMinSize(), NETGENPlugin_Hypothesis::SetNbSegPerEdge(), NETGENPlugin_Hypothesis::SetNbSegPerRadius(), StdMeshers_NumberOfSegments::SetNumberOfSegments(), NETGENPlugin_Hypothesis::SetOptimize(), NETGENPlugin_Hypothesis::SetQuadAllowed(), NETGENPlugin_Hypothesis::SetSecondOrder(), and Standard.
◆ getAngularDeflection()
double MeshPart::Mesher::getAngularDeflection |
( |
| ) |
const |
◆ getDeflection()
double MeshPart::Mesher::getDeflection |
( |
| ) |
const |
◆ getLocalLength()
double MeshPart::Mesher::getLocalLength |
( |
| ) |
const |
◆ getMaxArea()
double MeshPart::Mesher::getMaxArea |
( |
| ) |
const |
◆ getMaxLength()
double MeshPart::Mesher::getMaxLength |
( |
| ) |
const |
◆ getMethod()
Method MeshPart::Mesher::getMethod |
( |
| ) |
const |
◆ getMinMaxLengths()
void MeshPart::Mesher::getMinMaxLengths |
( |
double & |
f, |
|
|
double & |
l |
|
) |
| const |
◆ isRegular()
bool MeshPart::Mesher::isRegular |
( |
| ) |
const |
◆ isRelative()
bool MeshPart::Mesher::isRelative |
( |
| ) |
const |
◆ isSegments()
bool MeshPart::Mesher::isSegments |
( |
| ) |
const |
◆ setAngularDeflection()
void MeshPart::Mesher::setAngularDeflection |
( |
double |
s | ) |
|
◆ setColors()
void MeshPart::Mesher::setColors |
( |
const std::vector< uint32_t > & |
c | ) |
|
◆ setDeflection()
void MeshPart::Mesher::setDeflection |
( |
double |
s | ) |
|
◆ setLocalLength()
void MeshPart::Mesher::setLocalLength |
( |
double |
s | ) |
|
◆ setMaxArea()
void MeshPart::Mesher::setMaxArea |
( |
double |
s | ) |
|
◆ setMaxLength()
void MeshPart::Mesher::setMaxLength |
( |
double |
s | ) |
|
◆ setMethod()
void MeshPart::Mesher::setMethod |
( |
Method |
m | ) |
|
◆ setMinMaxLengths()
void MeshPart::Mesher::setMinMaxLengths |
( |
double |
f, |
|
|
double |
l |
|
) |
| |
◆ setRegular()
void MeshPart::Mesher::setRegular |
( |
bool |
s | ) |
|
◆ setRelative()
void MeshPart::Mesher::setRelative |
( |
bool |
s | ) |
|
◆ setSegments()
void MeshPart::Mesher::setSegments |
( |
bool |
s | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/MeshPart/App/Mesher.h
- FreeCAD/src/Mod/MeshPart/App/Mesher.cpp