#include "StdMeshers_AutomaticLength.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Algo.hxx"
#include "SMESHDS_SubMesh.hxx"
#include "utilities.h"
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopExp.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
Functions | |
ostream & | operator<< (ostream &save, StdMeshers_AutomaticLength &hyp) |
istream & | operator>> (istream &load, StdMeshers_AutomaticLength &hyp) |
Variables | |
const double | theCoarseConst = 0.5 |
Set Fineness. More... | |
const double | theFineConst = 4.5 |
ostream& operator<< | ( | std::ostream & | save, |
StdMeshers_AutomaticLength & | hyp | ||
) |
References StdMeshers_AutomaticLength::SaveTo().
istream& operator>> | ( | std::istream & | load, |
StdMeshers_AutomaticLength & | hyp | ||
) |
References StdMeshers_AutomaticLength::LoadFrom().
const double theCoarseConst = 0.5 |
Set Fineness.
theFineness | - The Fineness value [0.0-1.0], 0 - coarse mesh 1 - fine mesh |
Raise if theFineness is out of range The "Initial Number of Elements on the Shortest Edge" (S0) is divided by (0.5 + 4.5 x theFineness)
Referenced by StdMeshers_AutomaticLength::GetLength(), and StdMeshers_AutomaticLength::SetParametersByMesh().
const double theFineConst = 4.5 |