Version: 6.3.1
Variables

Package SMESH_test

Variables

tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idb = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idf = geompy.addToStudyInFather(box, face, name)
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
list shell = subShellList[0]
tuple ids = geompy.addToStudyInFather(box, shell, name)
tuple edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])
list edge = edgeList[0]
tuple ide = geompy.addToStudyInFather(face, edge, name)
tuple mesh = smesh.Mesh(box, "Meshbox")
tuple algo_1 = mesh.Segment(box)
tuple hyp = algo_1.LocalLength(100)
tuple algo_2 = mesh.Triangle(smesh.MEFISTO, box)
tuple algo_3 = mesh.Segment(edge)
tuple ret = mesh.Compute(face)
tuple log = mesh.GetLog(0)
int ii = 0
int ir = 0
 comType = a.commandType
list ind = a.indexes[ii]
list r1 = a.coords[ir]
list r2 = a.coords[ir]
list r3 = a.coords[ir]
list i1 = a.indexes[ii]
list i2 = a.indexes[ii]
list i3 = a.indexes[ii]

Variable Documentation

tuple SMESH_test.algo_1 = mesh.Segment(box)

Definition at line 66 of file SMESH_test.py.

tuple SMESH_test.algo_2 = mesh.Triangle(smesh.MEFISTO, box)

Definition at line 72 of file SMESH_test.py.

tuple SMESH_test.algo_3 = mesh.Segment(edge)

Definition at line 85 of file SMESH_test.py.

tuple SMESH_test::box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)

Definition at line 34 of file SMESH_test.py.

SMESH_test.comType = a.commandType

Definition at line 105 of file SMESH_test.py.

Referenced by SMESH_Mesh_i.GetLog().

tuple SMESH_test.edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])

Definition at line 53 of file SMESH_test.py.

Definition at line 40 of file SMESH_test.py.

tuple SMESH_test::hyp = algo_1.LocalLength(100)

Definition at line 67 of file SMESH_test.py.

list SMESH_test::i1 = a.indexes[ii]
list SMESH_test::i2 = a.indexes[ii]
list SMESH_test.i3 = a.indexes[ii]
tuple SMESH_test.idb = geompy.addToStudy(box, "box")

Definition at line 35 of file SMESH_test.py.

tuple SMESH_test.ide = geompy.addToStudyInFather(face, edge, name)

Definition at line 56 of file SMESH_test.py.

tuple SMESH_test.idf = geompy.addToStudyInFather(box, face, name)

Definition at line 42 of file SMESH_test.py.

Referenced by SMDS_UnstructuredGrid.BuildDownwardConnectivity().

tuple SMESH_test.ids = geompy.addToStudyInFather(box, shell, name)

Definition at line 49 of file SMESH_test.py.

Referenced by SMESH_Mesh_i.addGeomGroupData(), SMESHGUI_BoundingBox.compute(), SMESHGUI_MinDistance.compute(), SMESH_Gen_i.CopyMesh(), elementType(), VISCOUS._ViscousBuilder.findFacesWithLayers(), SMESH_Pattern_i.GetElementPoints(), SMESH_Pattern.getFacesDefinition(), SMESHGUI_MeshPatternDlg.getGrid(), SMESH_Mesh_i.GetGroups(), StdMeshers_ViscousLayers_i.GetIgnoreFaces(), SMESH_Pattern_i.GetKeyPoints(), SMDS_DownQuadHexa.getOrderedNodesOfFace(), SMDS_DownHexa.getOrderedNodesOfFace(), SMDS_DownQuadPenta.getOrderedNodesOfFace(), SMDS_DownPenta.getOrderedNodesOfFace(), SMDS_DownQuadPyramid.getOrderedNodesOfFace(), SMDS_DownPyramid.getOrderedNodesOfFace(), SMDS_DownQuadTetra.getOrderedNodesOfFace(), SMDS_DownTetra.getOrderedNodesOfFace(), StdMeshers_StartEndLength_i.GetReversedEdges(), StdMeshers_NumberOfSegments_i.GetReversedEdges(), StdMeshers_FixedPoints1D_i.GetReversedEdges(), StdMeshers_Arithmetic1D_i.GetReversedEdges(), SMESHGUI_MeshInfoDlg.idChanged(), SMESHGUI_MeshPatternDlg.isValid(), SMESH_Gen_i.Load(), SMESH_MeshEditor_i.MakeIDSource(), SMESH_Mesh_i.newGroupShape(), SMESHGUI_MeshPatternDlg.onApply(), SMESHGUI_FindElemByPointOp.onElemSelected(), SMESHGUI_SelectionOp.onTextChanged(), SaveDistribution(), SMESHGUI_SelectionOp.selectedIds(), SMESHGUI_SelectionOp.selectionDone(), SMESHGUI_Make2DFrom3DOp.selectionDone(), SMESHGUI_GroupOnShapeOp.selectionDone(), StdMeshers_ViscousLayers_i.SetIgnoreFaces(), SMESHGUI_MeshOrderBox.SetMeshes(), SMESHGUI_MeshOrderMgr.SetMeshOrder(), StdMeshers_StartEndLength_i.SetReversedEdges(), StdMeshers_NumberOfSegments_i.SetReversedEdges(), StdMeshers_FixedPoints1D_i.SetReversedEdges(), StdMeshers_Arithmetic1D_i.SetReversedEdges(), StdMeshers_StartEndLength.SetReversedEdges(), StdMeshers_NumberOfSegments.SetReversedEdges(), StdMeshers_FixedPoints1D.SetReversedEdges(), StdMeshers_Arithmetic1D.SetReversedEdges(), SMESHGUI_MeshInfoDlg.showInfo(), SMESHGUI_ElemInfo.showInfo(), SMDS_VtkCellIteratorToUNV.SMDS_VtkCellIteratorToUNV(), SMESHGUI_BoundingBox.sourceEdited(), and SMESHGUI_MeshPatternDlg.updateWgState().

list SMESH_test::ind = a.indexes[ii]

Definition at line 104 of file SMESH_test.py.

Referenced by SMESH_Gen_i.DumpPython_impl(), SMESH.GetColor(), and SMESH_Mesh_i.GetLog().

tuple SMESH_test.log = mesh.GetLog(0)

Definition at line 100 of file SMESH_test.py.

tuple SMESH_test.mesh = smesh.Mesh(box, "Meshbox")

Definition at line 62 of file SMESH_test.py.

tuple SMESH_test::name = geompy.SubShapeName(face, box)

Definition at line 41 of file SMESH_test.py.

list SMESH_test.r1 = a.coords[ir]
list SMESH_test.r2 = a.coords[ir]
list SMESH_test.r3 = a.coords[ir]

Definition at line 114 of file SMESH_test.py.

tuple SMESH_test.ret = mesh.Compute(face)

Definition at line 98 of file SMESH_test.py.

Definition at line 47 of file SMESH_test.py.

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

Definition at line 39 of file SMESH_test.py.

tuple SMESH_test.subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])

Definition at line 46 of file SMESH_test.py.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS