Package SMESH_flight_skin


Variables

list filePath = os.environ["DATA_DIR"]
string filePath = "/Shapes/Brep/"
string filename = "flight_solid.brep"
 filename = filePath+filename
tuple shape = geompy.Import(filename, "BREP")
tuple idShape = geompy.addToStudy(shape, "flight")
tuple subShellList = geompy.SubShapeAll(shape, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(shape, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(shape, geompy.ShapeType["EDGE"])
tuple shape_mesh = salome.IDToObject( idShape )
tuple mesh = smesh.Mesh(shape_mesh, "MeshFlight")
float lengthOfSegments = 0.3
tuple regular1D = mesh.Segment()
int hypLength = 1
tuple mefisto2D = mesh.Triangle()
int hypLengthFromEdge = 2
tuple ret = mesh.Compute()
tuple log = mesh.GetLog(0)
list filePath = os.environ["DATA_DIR"]
string filePath = "/Shapes/Brep/"
string filename = "flight_solid.brep"
 filename = filePath+filename
tuple shape = geompy.Import(filename, "BREP")
tuple idShape = geompy.addToStudy(shape, "flight")
tuple subShellList = geompy.SubShapeAll(shape, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(shape, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(shape, geompy.ShapeType["EDGE"])
tuple shape_mesh = salome.IDToObject( idShape )
tuple mesh = smesh.Mesh(shape_mesh, "MeshFlight")
float lengthOfSegments = 0.3
tuple regular1D = mesh.Segment()
int hypLength = 1
tuple mefisto2D = mesh.Triangle()
int hypLengthFromEdge = 2
tuple ret = mesh.Compute()
tuple log = mesh.GetLog(0)


Variable Documentation

list SMESH_flight_skin.filePath = os.environ["DATA_DIR"] [static]
 

string SMESH_flight_skin.filePath = "/Shapes/Brep/" [static]
 

string SMESH_flight_skin.filename = "flight_solid.brep" [static]
 

SMESH_flight_skin.filename = filePath+filename [static]
 

tuple SMESH_flight_skin.shape = geompy.Import(filename, "BREP") [static]
 

tuple SMESH_flight_skin.idShape = geompy.addToStudy(shape, "flight") [static]
 

tuple SMESH_flight_skin.subShellList = geompy.SubShapeAll(shape, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_flight_skin.subFaceList = geompy.SubShapeAll(shape, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_flight_skin.subEdgeList = geompy.SubShapeAll(shape, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_flight_skin.shape_mesh = salome.IDToObject( idShape ) [static]
 

tuple SMESH_flight_skin.mesh = smesh.Mesh(shape_mesh, "MeshFlight") [static]
 

float SMESH_flight_skin.lengthOfSegments = 0.3 [static]
 

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

int SMESH_flight_skin.hypLength = 1 [static]
 

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

int SMESH_flight_skin.hypLengthFromEdge = 2 [static]
 

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

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

list SMESH_flight_skin.filePath = os.environ["DATA_DIR"] [static]
 

string SMESH_flight_skin.filePath = "/Shapes/Brep/" [static]
 

string SMESH_flight_skin.filename = "flight_solid.brep" [static]
 

SMESH_flight_skin.filename = filePath+filename [static]
 

tuple SMESH_flight_skin.shape = geompy.Import(filename, "BREP") [static]
 

tuple SMESH_flight_skin.idShape = geompy.addToStudy(shape, "flight") [static]
 

tuple SMESH_flight_skin.subShellList = geompy.SubShapeAll(shape, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_flight_skin.subFaceList = geompy.SubShapeAll(shape, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_flight_skin.subEdgeList = geompy.SubShapeAll(shape, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_flight_skin.shape_mesh = salome.IDToObject( idShape ) [static]
 

tuple SMESH_flight_skin.mesh = smesh.Mesh(shape_mesh, "MeshFlight") [static]
 

float SMESH_flight_skin.lengthOfSegments = 0.3 [static]
 

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

int SMESH_flight_skin.hypLength = 1 [static]
 

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

int SMESH_flight_skin.hypLengthFromEdge = 2 [static]
 

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

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