Package SMESH_box


Variables

tuple geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple box = geompy.MakeBox(0.,0.,0.,1.,1.,1.)
tuple boxId = geompy.addToStudy(box,"box")
tuple box_mesh = smesh.Mesh(box, "box_mesh")
tuple alg1D = box_mesh.Segment()
int hypL1 = 1
tuple alg2D = box_mesh.Quadrangle()
tuple alg3D = box_mesh.Hexahedron()
tuple geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple box = geompy.MakeBox(0.,0.,0.,1.,1.,1.)
tuple boxId = geompy.addToStudy(box,"box")
tuple box_mesh = smesh.Mesh(box, "box_mesh")
tuple alg1D = box_mesh.Segment()
int hypL1 = 1
tuple alg2D = box_mesh.Quadrangle()
tuple alg3D = box_mesh.Hexahedron()


Variable Documentation

tuple SMESH_box.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
 

tuple SMESH_box.box = geompy.MakeBox(0.,0.,0.,1.,1.,1.) [static]
 

tuple SMESH_box.boxId = geompy.addToStudy(box,"box") [static]
 

tuple SMESH_box.box_mesh = smesh.Mesh(box, "box_mesh") [static]
 

tuple SMESH_box.alg1D = box_mesh.Segment() [static]
 

int SMESH_box.hypL1 = 1 [static]
 

tuple SMESH_box.alg2D = box_mesh.Quadrangle() [static]
 

tuple SMESH_box.alg3D = box_mesh.Hexahedron() [static]
 

tuple SMESH_box.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
 

tuple SMESH_box.box = geompy.MakeBox(0.,0.,0.,1.,1.,1.) [static]
 

tuple SMESH_box.boxId = geompy.addToStudy(box,"box") [static]
 

tuple SMESH_box.box_mesh = smesh.Mesh(box, "box_mesh") [static]
 

tuple SMESH_box.alg1D = box_mesh.Segment() [static]
 

int SMESH_box.hypL1 = 1 [static]
 

tuple SMESH_box.alg2D = box_mesh.Quadrangle() [static]
 

tuple SMESH_box.alg3D = box_mesh.Hexahedron() [static]