Functions | |
| def | SetToMeshHoles |
| To mesh "holes" in a solid or not. | |
| def | SetOptimizationLevel |
| Set Optimization level: None_Optimization, Light_Optimization, Standard_Optimization, StandardPlus_Optimization, Strong_Optimization. | |
| def | SetMaximumMemory |
| Maximal size of memory to be used by the algorithm (in Megabytes). | |
| def | SetInitialMemory |
| Initial size of memory to be used by the algorithm (in Megabytes) in automatic memory adjustment mode. | |
| def | SetWorkingDirectory |
| Path to working directory. | |
| def | SetKeepFiles |
| To keep working files or remove them. | |
| def | SetVerboseLevel |
| To set verbose level [0-10]. | |
| def | SetToCreateNewNodes |
| To create new nodes. | |
| def | SetToUseBoundaryRecoveryVersion |
| To use boundary recovery version which tries to create mesh on a very poor quality surface mesh. | |
| def | SetTextOption |
| Sets command line option as text. | |
| def SetToMeshHoles | ( | self, | ||
| toMesh | ||||
| ) | [inherited] |
To mesh "holes" in a solid or not.
Default is to mesh.
| def SetOptimizationLevel | ( | self, | ||
| level | ||||
| ) | [inherited] |
Set Optimization level: None_Optimization, Light_Optimization, Standard_Optimization, StandardPlus_Optimization, Strong_Optimization.
Default is Standard_Optimization
| def SetMaximumMemory | ( | self, | ||
| MB | ||||
| ) | [inherited] |
Maximal size of memory to be used by the algorithm (in Megabytes).
| def SetInitialMemory | ( | self, | ||
| MB | ||||
| ) | [inherited] |
Initial size of memory to be used by the algorithm (in Megabytes) in automatic memory adjustment mode.
| def SetWorkingDirectory | ( | self, | ||
| path | ||||
| ) | [inherited] |
Path to working directory.
| def SetKeepFiles | ( | self, | ||
| toKeep | ||||
| ) | [inherited] |
To keep working files or remove them.
Log file remains in case of errors anyway.
| def SetVerboseLevel | ( | self, | ||
| level | ||||
| ) | [inherited] |
To set verbose level [0-10].
| def SetToCreateNewNodes | ( | self, | ||
| toCreate | ||||
| ) | [inherited] |
To create new nodes.
| def SetToUseBoundaryRecoveryVersion | ( | self, | ||
| toUse | ||||
| ) | [inherited] |
To use boundary recovery version which tries to create mesh on a very poor quality surface mesh.
| def SetTextOption | ( | self, | ||
| option | ||||
| ) | [inherited] |
Sets command line option as text.