Package SMESH_fixation_tetra


Variables

 compshell = SMESH_fixation.compshell
 idcomp = SMESH_fixation.idcomp
 geompy = SMESH_fixation.geompy
 salome = SMESH_fixation.salome
tuple subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"])
tuple status = geompy.CheckShape(compshell)
tuple mesh = smesh.Mesh(compshell, "MeshcompShell")
int numberOfSegments = 5
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
tuple mefisto2D = mesh.Triangle()
 print "-------------------------- MaxElementArea" maxElementArea = 80 mefisto2D = mesh.Triangle() mefisto2D.SetName("MEFISTO_2D") hypArea = mefisto2D.MaxElementArea(maxElementArea) print hypArea.GetName() print hypArea.GetId() print hypArea.GetMaxElementArea() smesh.SetName(hypArea, "MaxElementArea_" + str(maxElementArea))
int hypLengthFromEdges = 2
int maxElementVolume = 1000
tuple netgen3D = mesh.Tetrahedron(smesh.NETGEN)
int hypVolume = 3
tuple ret = mesh.Compute(mesh)
tuple log = mesh.GetLog(0)
 compshell = SMESH_fixation.compshell
 idcomp = SMESH_fixation.idcomp
 geompy = SMESH_fixation.geompy
 salome = SMESH_fixation.salome
tuple subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"])
tuple status = geompy.CheckShape(compshell)
tuple mesh = smesh.Mesh(compshell, "MeshcompShell")
int numberOfSegments = 5
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
tuple mefisto2D = mesh.Triangle()
 print "-------------------------- MaxElementArea" maxElementArea = 80 mefisto2D = mesh.Triangle() mefisto2D.SetName("MEFISTO_2D") hypArea = mefisto2D.MaxElementArea(maxElementArea) print hypArea.GetName() print hypArea.GetId() print hypArea.GetMaxElementArea() smesh.SetName(hypArea, "MaxElementArea_" + str(maxElementArea))
int hypLengthFromEdges = 2
int maxElementVolume = 1000
tuple netgen3D = mesh.Tetrahedron(smesh.NETGEN)
int hypVolume = 3
tuple ret = mesh.Compute(mesh)
tuple log = mesh.GetLog(0)


Variable Documentation

SMESH_fixation_tetra.compshell = SMESH_fixation.compshell [static]
 

SMESH_fixation_tetra.idcomp = SMESH_fixation.idcomp [static]
 

SMESH_fixation_tetra.geompy = SMESH_fixation.geompy [static]
 

SMESH_fixation_tetra.salome = SMESH_fixation.salome [static]
 

tuple SMESH_fixation_tetra.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_fixation_tetra.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_fixation_tetra.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_fixation_tetra.status = geompy.CheckShape(compshell) [static]
 

tuple SMESH_fixation_tetra.mesh = smesh.Mesh(compshell, "MeshcompShell") [static]
 

int SMESH_fixation_tetra.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_tetra.regular1D = mesh.Segment() [static]
 

int SMESH_fixation_tetra.hypNbSeg = 1 [static]
 

tuple SMESH_fixation_tetra.mefisto2D = mesh.Triangle() [static]
 

int SMESH_fixation_tetra.hypLengthFromEdges = 2 [static]
 

int SMESH_fixation_tetra.maxElementVolume = 1000 [static]
 

tuple SMESH_fixation_tetra.netgen3D = mesh.Tetrahedron(smesh.NETGEN) [static]
 

int SMESH_fixation_tetra.hypVolume = 3 [static]
 

tuple SMESH_fixation_tetra.ret = mesh.Compute(mesh) [static]
 

tuple SMESH_fixation_tetra.log = mesh.GetLog(0) [static]
 

SMESH_fixation_tetra.compshell = SMESH_fixation.compshell [static]
 

SMESH_fixation_tetra.idcomp = SMESH_fixation.idcomp [static]
 

SMESH_fixation_tetra.geompy = SMESH_fixation.geompy [static]
 

SMESH_fixation_tetra.salome = SMESH_fixation.salome [static]
 

tuple SMESH_fixation_tetra.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_fixation_tetra.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_fixation_tetra.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_fixation_tetra.status = geompy.CheckShape(compshell) [static]
 

tuple SMESH_fixation_tetra.mesh = smesh.Mesh(compshell, "MeshcompShell") [static]
 

int SMESH_fixation_tetra.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_tetra.regular1D = mesh.Segment() [static]
 

int SMESH_fixation_tetra.hypNbSeg = 1 [static]
 

tuple SMESH_fixation_tetra.mefisto2D = mesh.Triangle() [static]
 

int SMESH_fixation_tetra.hypLengthFromEdges = 2 [static]
 

int SMESH_fixation_tetra.maxElementVolume = 1000 [static]
 

tuple SMESH_fixation_tetra.netgen3D = mesh.Tetrahedron(smesh.NETGEN) [static]
 

int SMESH_fixation_tetra.hypVolume = 3 [static]
 

tuple SMESH_fixation_tetra.ret = mesh.Compute(mesh) [static]
 

tuple SMESH_fixation_tetra.log = mesh.GetLog(0) [static]