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] |
| 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::edge = edgeList[0] |
Definition at line 54 of file SMESH_test.py.
Referenced by _FaceSide._FaceSide(), _MyEdgeIterator._MyEdgeIterator(), SMESH_MesherHelper.AddEdge(), SMDS_Mesh.AddEdgeWithID(), StdMeshers_Projection_3D.CheckHypothesis(), SMESH.TShapeDisplayer.checkTriangulation(), TNodeDistributor.Compute(), SMESH_Block.FindBlockShapes(), VISCOUS._ViscousBuilder.findFacesWithLayers(), StdMeshers_ProjectionUtils.FindMatchingNodesOnFaces(), StdMeshers_ProjectionUtils.FindSubShapeAssociation(), SMDS_VolumeTool.GetAllExistingEdges(), StdMeshers_PrismAsBlock.TSideFace.GetEdge(), SMESH_ElementSearcherImpl.getIntersParamOnLine(), SMESH_MesherHelper.getMediumNodeOnComposedWire(), SMESH_MesherHelper.GetNodeUV(), SMESH_Block.GetOrderedEdges(), StdMeshers_PrismAsBlock.GetWallFaces(), StdMeshers_PrismAsBlock.Init(), SMESH_MeshEditor.isOut(), SMESH_Block.LoadBlockShapes(), SMESH_Block.LoadFace(), VISCOUS._ViscousBuilder.makeGroupOfLE(), VISCOUS._ViscousBuilder.makeLayer(), SMESH_MeshEditor_i.MoveClosestNodeToPoint(), VISCOUS._ViscousBuilder.refine(), StdMeshers_SegmentLengthAroundVertex.SetParametersByMesh(), StdMeshers_Arithmetic1D.SetParametersByMesh(), StdMeshers_ProjectionSource1D_i.SetSourceEdge(), StdMeshers_ProjectionSource1D.SetSourceEdge(), SMESH_MesherHelper.SetSubShape(), SMESH.TShapeDisplayer.Show(), VISCOUS._ViscousBuilder.shrink(), VISCOUS._ViscousBuilder.smoothAndCheck(), _FaceSide.StoreNodes(), VISCOUS._ViscousBuilder.updateNormals(), and StdMeshers_PrismAsBlock.TSideFace.Value().
| tuple SMESH_test.edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"]) |
Definition at line 53 of file SMESH_test.py.
| tuple SMESH_test::face = subShapeList[0] |
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] |
Definition at line 121 of file SMESH_test.py.
Referenced by MESHCUT.cas1(), MESHCUT.cas4(), ObjectPool< SMDS_VtkFace >.checkDelete(), MESHCUT.conversionCNX(), SMESH_Mesh_i.CutGroups(), SMESH_MeshEditor.FindFaceInSet(), SMESH_MeshEditor.FindMatchingNodes(), SMESH_ElementSearcherImpl.findOuterBoundary(), StdMeshers_ProjectionUtils.FindSubShapeAssociation(), SMESHGUI_MeshPatternDlg.getGrid(), SMESH_MeshEditor.InsertNodesIntoLink(), SMESH_Mesh_i.IntersectGroups(), SMESH_MeshEditor.InverseDiag(), SMDS_VolumeTool.IsLinked(), SMESH_MesherHelper.LoadNodeColumns(), StdMeshers_Penta_3D.MakeVolumeMesh(), SMESH_Block.TFace.Point(), SMESH_Mesh_i.UnionGroups(), and FunctionTable.value().
| list SMESH_test::i2 = a.indexes[ii] |
Definition at line 123 of file SMESH_test.py.
Referenced by MESHCUT.cas1(), MESHCUT.cas4(), MESHCUT.conversionCNX(), SMESH_Mesh_i.CutGroups(), SMESHGUI_MeshPatternDlg.displayPreview(), SMESHGUI_CreatePatternDlg.displayPreview(), SMESH_MeshEditor.FindFaceInSet(), SMESH_MeshEditor.FindMatchingNodes(), StdMeshers_ProjectionUtils.FindSubShapeAssociation(), SMESHGUI_MeshPatternDlg.getGrid(), SMESH_MeshEditor.InsertNodesIntoLink(), SMESH_Mesh_i.IntersectGroups(), SMESH_MeshEditor.InverseDiag(), SMDS_VolumeTool.IsLinked(), SMESH_MesherHelper.LoadNodeColumns(), StdMeshers_Penta_3D.MakeVolumeMesh(), MESHCUT.Maillage.outputMED(), SMESH_Block.TFace.Point(), SMESH_Mesh_i.UnionGroups(), StdMeshers_Quadrangle_2D.UpdateDegenUV(), and FunctionTable.value().
| list SMESH_test.i3 = a.indexes[ii] |
Definition at line 138 of file SMESH_test.py.
Referenced by MESHCUT.conversionCNX(), SMESHGUI_MeshPatternDlg.displayPreview(), SMESHGUI_CreatePatternDlg.displayPreview(), SMESHGUI_MeshPatternDlg.getGrid(), SMESH_MeshEditor.InsertNodesIntoLink(), and MESHCUT.Maillage.outputMED().
| 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().
| int SMESH_test::ii = 0 |
Definition at line 103 of file SMESH_test.py.
Referenced by SMESHGUI.createPreferences(), SMESH_Mesh_i.GetLog(), and SMESH_Gen_i.Load().
| list SMESH_test::ind = a.indexes[ii] |
Definition at line 108 of file SMESH_test.py.
Referenced by SMESHGUI_Selection.dim(), VISCOUS.TmpMeshFace.GetNode(), SMDS_VolumeOfNodes.GetNode(), SMDS_QuadraticVolumeOfNodes.GetNode(), SMDS_QuadraticFaceOfNodes.GetNode(), SMDS_PolyhedralVolumeOfNodes.GetNode(), SMDS_MeshElement.GetNode(), SMDS_LinearEdge.GetNode(), SMDS_FaceOfNodes.GetNode(), SMDS_FaceOfEdges.GetNode(), SMDS_VolumeTool.GetOppFaceIndex(), SMESHGUI_ExtrusionAlongPathDlg.getSelectedElements(), SMDS_VolumeTool.GetSize(), SMESHGUI_Selection.isAutoColor(), SMESHGUI_Selection.isComputable(), SMESHGUI_Selection.isPreComputable(), SMESHGUI_Selection.isVisible(), SMESH_MeshEditor.makeWalls(), SMESHGUI_Selection.numberOfNodes(), SMESHGUI_ExtrusionAlongPathDlg.onTextChange(), _pyGen.Process(), StdMeshersGUI_SubShapeSelectorWdg.SelectionIntoArgument(), SMESHGUI_IdValidator.validate(), SMESH_MesherHelper.WrapIndex(), and SMDS_MeshElement.WrappedIndex().
| int SMESH_test::ir = 0 |
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] |
Definition at line 110 of file SMESH_test.py.
Referenced by SMESH_FaceOrientationFilter.CreateArrowPolyData(), and intersectIsolines().
| list SMESH_test.r2 = a.coords[ir] |
Definition at line 112 of file SMESH_test.py.
Referenced by SMESH_FaceOrientationFilter.CreateArrowPolyData(), and intersectIsolines().
| 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.
| list SMESH_test.shell = subShellList[0] |
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.