Typedefs | |
| typedef App::FeaturePythonT< Constraint > | ConstraintPython |
| typedef App::FeaturePythonT< DocumentObject > | FeaturePython |
| typedef App::FeaturePythonT< FemAnalysis > | FemAnalysisPython |
| typedef App::FeaturePythonT< FemMeshObject > | FemMeshObjectPython |
| typedef App::FeaturePythonT< FemResultObject > | FemResultObjectPython |
| typedef App::FeaturePythonT< FemSolverObject > | FemSolverObjectPython |
| typedef Py::ExtensionObject< HypothesisPy > | Hypothesis |
| typedef boost::shared_ptr< SMESH_Hypothesis > | SMESH_HypothesisPtr |
Functions | |
| App::DocumentObject * | createObjectByType (const Base::Type type) |
| void | exportFemMeshCells (vtkSmartPointer< vtkUnstructuredGrid > grid, const SMDS_VolumeIteratorPtr &aVolIter) |
| void | exportFemMeshFaces (vtkSmartPointer< vtkUnstructuredGrid > grid, const SMDS_FaceIteratorPtr &aFaceIter) |
| App::DocumentObject * | getObjectByType (const Base::Type type) |
| PyObject * | initModule () |
| template<class TReader > | |
| vtkDataSet * | readVTKFile (const char *fileName) |
| template<class TWriter > | |
| void | writeVTKFile (const char *filename, vtkSmartPointer< vtkUnstructuredGrid > dataset) |
Typedef Documentation
◆ ConstraintPython
◆ FeaturePython
◆ FemAnalysisPython
◆ FemMeshObjectPython
◆ FemResultObjectPython
◆ FemSolverObjectPython
◆ Hypothesis
| typedef Py::ExtensionObject<HypothesisPy> Fem::Hypothesis |
◆ SMESH_HypothesisPtr
| typedef boost::shared_ptr<SMESH_Hypothesis> Fem::SMESH_HypothesisPtr |
Function Documentation
◆ createObjectByType()
| App::DocumentObject* Fem::createObjectByType | ( | const Base::Type | type | ) |
◆ exportFemMeshCells()
| void Fem::exportFemMeshCells | ( | vtkSmartPointer< vtkUnstructuredGrid > | grid, |
| const SMDS_VolumeIteratorPtr & | aVolIter | ||
| ) |
◆ exportFemMeshFaces()
| void Fem::exportFemMeshFaces | ( | vtkSmartPointer< vtkUnstructuredGrid > | grid, |
| const SMDS_FaceIteratorPtr & | aFaceIter | ||
| ) |
◆ getObjectByType()
| App::DocumentObject* Fem::getObjectByType | ( | const Base::Type | type | ) |
◆ initModule()
| PyObject * Fem::initModule | ( | ) |
◆ readVTKFile()
template<class TReader >
| vtkDataSet* Fem::readVTKFile | ( | const char * | fileName | ) |
References Base::Console(), and Base::ConsoleSingleton::Log().
◆ writeVTKFile()
template<class TWriter >
| void Fem::writeVTKFile | ( | const char * | filename, |
| vtkSmartPointer< vtkUnstructuredGrid > | dataset | ||
| ) |
References SMESHDS_Mesh::AddNodeWithID().
1.8.17