Data Structures | |
class | Mesh_Algorithm |
Mother class to define algorithm, recommended to don't use directly. More... | |
class | Mesh_Segment |
Class to define a segment 1D algorithm for discretization. More... | |
class | Mesh_CompositeSegment |
Class to define a segment 1D algorithm for discretization. More... | |
class | Mesh_Segment_Python |
Class to define a segment 1D algorithm for discretization with python function. More... | |
class | Mesh_Triangle |
Class to define a triangle 2D algorithm. More... | |
class | Mesh_Quadrangle |
Class to define a quadrangle 2D algorithm. More... | |
class | Mesh_Tetrahedron |
Class to define a tetrahedron 3D algorithm. More... | |
class | Mesh_Hexahedron |
Class to define a hexahedron 3D algorithm. More... | |
class | Mesh_Netgen |
Class to define a NETGEN-based 2D or 3D algorithm that need no discrete boundary (i.e. More... | |
class | Mesh_Projection1D |
Class to define a projection 1D algorithm. More... | |
class | Mesh_Projection2D |
Class to define a projection 2D algorithm. More... | |
class | Mesh_Projection3D |
Class to define a projection 3D algorithm. More... | |
class | Mesh_Prism3D |
Class to define a 3D extrusion algorithm. More... | |
class | Mesh_RadialPrism3D |
Class to define a Radial Prism 3D algorithm. More... | |
class | Mesh |
Class to define a mesh. More... | |
Functions | |
def | GetName |
Gets object name. | |
def | SetName |
Sets name to object. | |
def | EnumToLong |
Returns long value from enumeration Uses for SMESH.FunctorType enumeration. | |
def | GetPointStruct |
Get PointStruct from vertex. | |
def | GetDirStruct |
Get DirStruct from vector. | |
def | GetAxisStruct |
Get AxisStruct from object. | |
def | SetEmbeddedMode |
Set the current mode. | |
def | IsEmbeddedMode |
Get the current mode. | |
def | SetCurrentStudy |
Set the current study. | |
def | GetCurrentStudy |
Get the current study. | |
def | CreateMeshesFromUNV |
Create Mesh object importing data from given UNV file. | |
def | CreateMeshesFromMED |
Create Mesh object(s) importing data from given MED file. | |
def | CreateMeshesFromSTL |
Create Mesh object importing data from given STL file. | |
def | GetSubShapesId |
From SMESH_Gen interface. | |
def | GetPattern |
From SMESH_Gen interface. | |
def | GetEmptyCriterion |
Creates an empty criterion. | |
def | GetCriterion |
Creates a criterion by given parameters. | |
def | GetFilter |
Creates filter by given parameters of criterion. | |
def | GetFunctor |
Creates numerical functor by its type. | |
def | TreatHypoStatus |
Print error message if a hypothesis was not assigned. | |
Variables | |
int | noNETGENPlugin = 0 |
int | noNETGENPlugin = 1 |
int | REGULAR = 1 |
int | PYTHON = 2 |
int | COMPOSITE = 3 |
int | MEFISTO = 3 |
int | NETGEN = 4 |
int | GHS3D = 5 |
int | FULL_NETGEN = 6 |
POINT = SMESH_MeshEditor.POINT | |
AXIS = SMESH_MeshEditor.AXIS | |
PLANE = SMESH_MeshEditor.PLANE | |
LAPLACIAN_SMOOTH = SMESH_MeshEditor.LAPLACIAN_SMOOTH | |
CENTROIDAL_SMOOTH = SMESH_MeshEditor.CENTROIDAL_SMOOTH | |
int | VeryCoarse = 0 |
int | Coarse = 1 |
int | Moderate = 2 |
int | Fine = 3 |
int | VeryFine = 4 |
int | Custom = 5 |
string | NO_NAME = "NoName" |
tuple | smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Creates pattern |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|