Package SMESH_freebord


Variables

tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple box = geompy.MakeBox(0., 0., 0., 10., 20., 30.)
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list FaceList = []
tuple aComp = geompy.MakeCompound( FaceList )
tuple aBox = geompy.Sew( aComp, 1. )
tuple idbox = geompy.addToStudy( aBox, "box" )
tuple aBox = salome.IDToObject( idbox )
tuple hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple mesh = smesh.CreateMesh(aBox)
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple aFilterMgr = smesh.CreateFilterManager()
tuple aPredicate = aFilterMgr.CreateFreeBorders()
tuple aFilter = aFilterMgr.CreateFilter()
tuple anIds = aFilter.GetElementsId( mesh )
tuple aGroup = mesh.CreateGroup( SMESH.EDGE, "Free edges" )
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple box = geompy.MakeBox(0., 0., 0., 10., 20., 30.)
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list FaceList = []
tuple aComp = geompy.MakeCompound( FaceList )
tuple aBox = geompy.Sew( aComp, 1. )
tuple idbox = geompy.addToStudy( aBox, "box" )
tuple aBox = salome.IDToObject( idbox )
tuple hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple mesh = smesh.CreateMesh(aBox)
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple aFilterMgr = smesh.CreateFilterManager()
tuple aPredicate = aFilterMgr.CreateFreeBorders()
tuple aFilter = aFilterMgr.CreateFilter()
tuple anIds = aFilter.GetElementsId( mesh )
tuple aGroup = mesh.CreateGroup( SMESH.EDGE, "Free edges" )


Variable Documentation

tuple SMESH_freebord.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

tuple SMESH_freebord.box = geompy.MakeBox(0., 0., 0., 10., 20., 30.) [static]
 

tuple SMESH_freebord.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

list SMESH_freebord.FaceList = [] [static]
 

tuple SMESH_freebord.aComp = geompy.MakeCompound( FaceList ) [static]
 

tuple SMESH_freebord.aBox = geompy.Sew( aComp, 1. ) [static]
 

tuple SMESH_freebord.idbox = geompy.addToStudy( aBox, "box" ) [static]
 

tuple SMESH_freebord.aBox = salome.IDToObject( idbox ) [static]
 

tuple SMESH_freebord.hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.mesh = smesh.CreateMesh(aBox) [static]
 

tuple SMESH_freebord.smeshgui = salome.ImportComponentGUI("SMESH") [static]
 

tuple SMESH_freebord.aFilterMgr = smesh.CreateFilterManager() [static]
 

tuple SMESH_freebord.aPredicate = aFilterMgr.CreateFreeBorders() [static]
 

tuple SMESH_freebord.aFilter = aFilterMgr.CreateFilter() [static]
 

tuple SMESH_freebord.anIds = aFilter.GetElementsId( mesh ) [static]
 

tuple SMESH_freebord.aGroup = mesh.CreateGroup( SMESH.EDGE, "Free edges" ) [static]
 

tuple SMESH_freebord.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

tuple SMESH_freebord.box = geompy.MakeBox(0., 0., 0., 10., 20., 30.) [static]
 

tuple SMESH_freebord.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

list SMESH_freebord.FaceList = [] [static]
 

tuple SMESH_freebord.aComp = geompy.MakeCompound( FaceList ) [static]
 

tuple SMESH_freebord.aBox = geompy.Sew( aComp, 1. ) [static]
 

tuple SMESH_freebord.idbox = geompy.addToStudy( aBox, "box" ) [static]
 

tuple SMESH_freebord.aBox = salome.IDToObject( idbox ) [static]
 

tuple SMESH_freebord.hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_freebord.mesh = smesh.CreateMesh(aBox) [static]
 

tuple SMESH_freebord.smeshgui = salome.ImportComponentGUI("SMESH") [static]
 

tuple SMESH_freebord.aFilterMgr = smesh.CreateFilterManager() [static]
 

tuple SMESH_freebord.aPredicate = aFilterMgr.CreateFreeBorders() [static]
 

tuple SMESH_freebord.aFilter = aFilterMgr.CreateFilter() [static]
 

tuple SMESH_freebord.anIds = aFilter.GetElementsId( mesh ) [static]
 

tuple SMESH_freebord.aGroup = mesh.CreateGroup( SMESH.EDGE, "Free edges" ) [static]