Version: 6.3.1
Main Page
Related Pages
Modules
Packages
Data Structures
Files
File List
Globals
Data Structures
|
Packages
|
Functions
|
Variables
src/SMESH_SWIG/smeshDC.py File Reference
Go to the source code of this file.
Data Structures
class
smeshDC.PointStructStr
class
smeshDC.PointStructStr6
class
smeshDC.AxisStructStr
class
smeshDC.DirStructStr
class
smeshDC.smeshDC
class
smeshDC.Mesh
This class allows defining and managing a mesh.
More...
class
smeshDC.Mesh_Algorithm
The mother class to define algorithm, it is not recommended to use it directly.
More...
class
smeshDC.Mesh_Segment
Class to define a segment 1D algorithm for discretization.
More...
class
smeshDC.Mesh_CompositeSegment
Defines a segment 1D algorithm for discretization.
More...
class
smeshDC.Mesh_Segment_Python
Defines a segment 1D algorithm for discretization with python function.
More...
class
smeshDC.Mesh_Triangle
Defines a triangle 2D algorithm.
More...
class
smeshDC.Mesh_Quadrangle
Defines a quadrangle 2D algorithm.
More...
class
smeshDC.Mesh_Tetrahedron
Defines a tetrahedron 3D algorithm.
More...
class
smeshDC.Mesh_Hexahedron
Defines a hexahedron 3D algorithm.
More...
class
smeshDC.Mesh_Netgen
Defines a NETGEN-based 2D or 3D algorithm that needs no discrete boundary (i.e.
More...
class
smeshDC.Mesh_Projection1D
Defines a projection 1D algorithm.
More...
class
smeshDC.Mesh_Projection2D
Defines a projection 2D algorithm.
More...
class
smeshDC.Mesh_Projection3D
Defines a projection 3D algorithm.
More...
class
smeshDC.Mesh_Prism3D
Defines a 3D extrusion algorithm.
More...
class
smeshDC.Mesh_RadialPrism3D
Defines a Radial Prism 3D algorithm.
More...
class
smeshDC.Mesh_RadialQuadrangle1D2D
Defines a Radial Quadrangle 1D2D algorithm.
More...
class
smeshDC.Mesh_UseExistingElements
Defines a Radial Quadrangle 1D2D algorithm.
More...
class
smeshDC.Mesh_UseExisting
class
smeshDC.LocalLength
class
smeshDC.LayerDistribution
class
smeshDC.SegmentLengthAroundVertex
class
smeshDC.Arithmetic1D
class
smeshDC.Deflection1D
class
smeshDC.StartEndLength
class
smeshDC.MaxElementArea
class
smeshDC.MaxElementVolume
class
smeshDC.NumberOfLayers
class
smeshDC.NumberOfSegments
class
smeshDC.NETGENPlugin_Hypothesis
class
smeshDC.NETGENPlugin_Hypothesis_2D
class
smeshDC.NETGEN_SimpleParameters_2D
class
smeshDC.NETGEN_SimpleParameters_3D
class
smeshDC.Pattern
Packages
package
smeshDC
Functions
def
smeshDC.DegreesToRadians
Converts an angle from degrees to radians.
def
smeshDC.ParsePointStruct
def
smeshDC.ParseDirStruct
def
smeshDC.ParseAxisStruct
def
smeshDC.ParseAngles
Return list of variable values from salome notebook.
def
smeshDC.IsEqual
def
smeshDC.GetName
Gets object name.
def
smeshDC.TreatHypoStatus
Prints error message if a hypothesis was not assigned.
def
smeshDC.CheckPlugin
Check meshing plugin availability.
def
smeshDC.AssureGeomPublished
Private method.
def
smeshDC.ParseParameters
Return values of the notebook variables.
Variables
int
smeshDC.noNETGENPlugin
= 0
int
smeshDC.noGHS3DPlugin
= 0
int
smeshDC.noGHS3DPRLPlugin
= 0
int
smeshDC.noHexoticPlugin
= 0
int
smeshDC.noBLSURFPlugin
= 0
int
smeshDC.REGULAR
= 1
int
smeshDC.PYTHON
= 2
int
smeshDC.COMPOSITE
= 3
int
smeshDC.SOLE
= 0
int
smeshDC.SIMPLE
= 1
int
smeshDC.MEFISTO
= 3
int
smeshDC.NETGEN
= 4
int
smeshDC.GHS3D
= 5
int
smeshDC.FULL_NETGEN
= 6
int
smeshDC.NETGEN_2D
= 7
smeshDC.NETGEN_1D2D
= NETGEN
smeshDC.NETGEN_1D2D3D
= FULL_NETGEN
smeshDC.NETGEN_FULL
= FULL_NETGEN
int
smeshDC.Hexa
= 8
int
smeshDC.Hexotic
= 9
int
smeshDC.BLSURF
= 10
int
smeshDC.GHS3DPRL
= 11
int
smeshDC.QUADRANGLE
= 0
int
smeshDC.RADIAL_QUAD
= 1
smeshDC.POINT
= SMESH_MeshEditor.POINT
smeshDC.AXIS
= SMESH_MeshEditor.AXIS
smeshDC.PLANE
= SMESH_MeshEditor.PLANE
smeshDC.LAPLACIAN_SMOOTH
= SMESH_MeshEditor.LAPLACIAN_SMOOTH
smeshDC.CENTROIDAL_SMOOTH
= SMESH_MeshEditor.CENTROIDAL_SMOOTH
int
smeshDC.VeryCoarse
= 0
int
smeshDC.Coarse
= 1
int
smeshDC.Moderate
= 2
int
smeshDC.Fine
= 3
int
smeshDC.VeryFine
= 4
int
smeshDC.Custom
= 5
int
smeshDC.PrecisionConfusion
= 1
string
smeshDC.var_separator
= ":"
string
smeshDC.NO_NAME
= "NoName"
smeshDC.notebook
= salome_notebook.notebook