Package SMESH_freebord


Variables

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 mesh = smesh.Mesh(aBox, "Mesh_freebord")
tuple algoReg = mesh.Segment()
tuple hypNbSeg = algoReg.NumberOfSegments(5)
tuple algoMef = mesh.Triangle()
tuple hypArea = algoMef.MaxElementArea(20)
tuple aCriterion = smesh.GetCriterion(smesh.EDGE, smesh.FT_FreeEdges)
tuple aGroup = mesh.MakeGroupByCriterion("Free edges", aCriterion)
tuple anIds = aGroup.GetIDs()
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 mesh = smesh.Mesh(aBox, "Mesh_freebord")
tuple algoReg = mesh.Segment()
tuple hypNbSeg = algoReg.NumberOfSegments(5)
tuple algoMef = mesh.Triangle()
tuple hypArea = algoMef.MaxElementArea(20)
tuple aCriterion = smesh.GetCriterion(smesh.EDGE, smesh.FT_FreeEdges)
tuple aGroup = mesh.MakeGroupByCriterion("Free edges", aCriterion)
tuple anIds = aGroup.GetIDs()


Variable Documentation

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.mesh = smesh.Mesh(aBox, "Mesh_freebord") [static]
 

tuple SMESH_freebord.algoReg = mesh.Segment() [static]
 

tuple SMESH_freebord.hypNbSeg = algoReg.NumberOfSegments(5) [static]
 

tuple SMESH_freebord.algoMef = mesh.Triangle() [static]
 

tuple SMESH_freebord.hypArea = algoMef.MaxElementArea(20) [static]
 

tuple SMESH_freebord.aCriterion = smesh.GetCriterion(smesh.EDGE, smesh.FT_FreeEdges) [static]
 

tuple SMESH_freebord.aGroup = mesh.MakeGroupByCriterion("Free edges", aCriterion) [static]
 

tuple SMESH_freebord.anIds = aGroup.GetIDs() [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.mesh = smesh.Mesh(aBox, "Mesh_freebord") [static]
 

tuple SMESH_freebord.algoReg = mesh.Segment() [static]
 

tuple SMESH_freebord.hypNbSeg = algoReg.NumberOfSegments(5) [static]
 

tuple SMESH_freebord.algoMef = mesh.Triangle() [static]
 

tuple SMESH_freebord.hypArea = algoMef.MaxElementArea(20) [static]
 

tuple SMESH_freebord.aCriterion = smesh.GetCriterion(smesh.EDGE, smesh.FT_FreeEdges) [static]
 

tuple SMESH_freebord.aGroup = mesh.MakeGroupByCriterion("Free edges", aCriterion) [static]
 

tuple SMESH_freebord.anIds = aGroup.GetIDs() [static]