Version: 6.3.1
Variables

Package PAL_MESH_041_mesh

Variables

tuple p1 = geompy.MakeVertex(20.0,30.0,40.0)
tuple p2 = geompy.MakeVertex(90.0,80.0,0.0)
tuple p3 = geompy.MakeVertex(30.0,80.0,200.0)
tuple e1 = geompy.MakeEdge(p1,p2)
tuple e2 = geompy.MakeEdge(p2,p3)
tuple e3 = geompy.MakeEdge(p3,p1)
list ListOfEdges = []
tuple wire1 = geompy.MakeWire(ListOfEdges)
int WantPlanarFace = 1
tuple face1 = geompy.MakeFace(wire1,WantPlanarFace)
tuple Id_face1 = geompy.addToStudy(face1,"Face1")
tuple plane_mesh = salome.IDToObject( Id_face1)
tuple mesh = smesh.Mesh(plane_mesh, "Mesh_1")
int numberOfSegment = 9
tuple algoWireDes = mesh.Segment()
tuple listHyp = algoWireDes.GetCompatibleHypothesis()
tuple hypNbSeg = algoWireDes.NumberOfSegments(numberOfSegment)
int maxElementArea = 200
tuple algoMef = mesh.Triangle()
tuple hypArea200 = algoMef.MaxElementArea(maxElementArea)
tuple ret = mesh.Compute()

Variable Documentation

tuple PAL_MESH_041_mesh.algoMef = mesh.Triangle()

Definition at line 85 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.algoWireDes = mesh.Segment()

Definition at line 71 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.e1 = geompy.MakeEdge(p1,p2)
tuple PAL_MESH_041_mesh.e2 = geompy.MakeEdge(p2,p3)
tuple PAL_MESH_041_mesh.e3 = geompy.MakeEdge(p3,p1)

Definition at line 39 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.face1 = geompy.MakeFace(wire1,WantPlanarFace)
tuple PAL_MESH_041_mesh.hypArea200 = algoMef.MaxElementArea(maxElementArea)

Definition at line 90 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.hypNbSeg = algoWireDes.NumberOfSegments(numberOfSegment)

Definition at line 76 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.Id_face1 = geompy.addToStudy(face1,"Face1")

Definition at line 53 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh::listHyp = algoWireDes.GetCompatibleHypothesis()

Definition at line 72 of file PAL_MESH_041_mesh.py.

Referenced by checkConformIgnoredAlgos().

Definition at line 42 of file PAL_MESH_041_mesh.py.

Definition at line 83 of file PAL_MESH_041_mesh.py.

Definition at line 63 of file PAL_MESH_041_mesh.py.

Referenced by SMESH_Group_i.AddFrom(), SMESH_Mesh_i.CheckGeomGroupModif(), SMESHGUI_TranslationDlg.ClickOnApply(), SMESHGUI_SymmetryDlg.ClickOnApply(), SMESHGUI_ScaleDlg.ClickOnApply(), SMESHGUI_RotationDlg.ClickOnApply(), StdMeshers_RadialQuadrangle_1D2D.computeLayerPositions(), SMESH_Gen_i.CreateEmptyMesh(), SMESH_Gen_i.CreateMesh(), SMESH_Gen_i.createMesh(), SMESH_Gen_i.CreateMeshesFromMED(), SMESH_MeshEditor_i.extrusionAlongPathX(), SMESH_MeshEditor_i.extrusionSweep(), SMESH_Mesh_i.FindElementByNodes(), SMESH_Gen_i.FindGeometryByMeshElement(), StdMeshers_ProjectionUtils.FindSubShapeAssociation(), SMESH_Gen_i.GetBadInputElements(), SMESH_Gen_i.GetComputeErrors(), SMDS_VtkVolume.GetFaceNode(), SMESH_Gen_i.GetHypothesisParameterValues(), SMESH_Hypothesis.GetMeshByPersistentID(), SMESH_Mesh_i.GetMeshOrder(), SMESH_Mesh_i.GetNodePosition(), SMDS_VtkVolume.GetQuantities(), SMDS_VolumeTool.GetSize(), StdMeshers_ProjectionSource3D_i.GetSourceMesh(), StdMeshers_ProjectionSource2D_i.GetSourceMesh(), StdMeshers_ProjectionSource1D_i.GetSourceMesh(), StdMeshers_ImportSource1D.GetSourceMeshes(), Handle(), SMDS_MeshNode.init(), SMESHGUI.initialize(), SMESHGUI_Selection.isAutoColor(), SMESHGUI_Selection.isComputable(), StdMeshers_ProjectionSource2D_i.LoadFrom(), StdMeshers_ProjectionSource1D_i.LoadFrom(), SMESH_MeshEditor_i.MakeBoundaryElements(), StdMeshers_ProjectionUtils.MakeComputed(), SMESH_MeshEditor_i.makeMesh(), SMESH_MeshEditor_i.mirror(), SMESH_MeshEditor_i.MirrorMakeMesh(), SMESH_MeshEditor_i.MirrorObjectMakeMesh(), SMDS_MeshNode.NbInverseElements(), SMESH_Mesh.NotifySubMeshesHypothesisModification(), SMESHGUI_Selection.numberOfNodes(), SMESH.TPythonDump.operator<<(), _pyGen.Process(), removeFromContainers(), StdMeshers_ImportSource1D.RestoreGroups(), StdMeshers_ProjectionSource2D.RestoreParams(), VISCOUS._Shrinker1D.RestoreParams(), SMESH_MeshEditor_i.rotate(), SMESH_MeshEditor_i.RotateMakeMesh(), SMESH_MeshEditor_i.RotateObjectMakeMesh(), SMESH_MeshEditor_i.rotationSweep(), SaveDistribution(), SMESH_MeshEditor_i.scale(), SMESH_MeshEditor_i.ScaleMakeMesh(), SMESHGUI_WhatIsDlg.SelectionIntoArgument(), SMESHGUI_ExtrusionAlongPathDlg.SelectionIntoArgument(), SMESH_Gen_i.SetCurrentStudy(), SMESH_ProxyMesh.setMesh(), SMDS_MeshIDFactory.SetMesh(), SMESH_MeshEditor_i.SetMeshElementOnShape(), SMESH_Mesh_i.SetMeshOrder(), SMESH_MeshEditor_i.SetNodeInVolume(), SMESH_MeshEditor_i.SetNodeOnEdge(), SMESH_MeshEditor_i.SetNodeOnFace(), SMESH_MeshEditor_i.SetNodeOnVertex(), SMDS_UnstructuredGrid.setSMDS_mesh(), StdMeshers_ProjectionSource3D_i.SetSourceMesh(), StdMeshers_ProjectionSource2D_i.SetSourceMesh(), StdMeshers_ProjectionSource1D_i.SetSourceMesh(), StdMeshers_ProjectionSource3D.SetSourceMesh(), StdMeshers_ProjectionSource2D.SetSourceMesh(), StdMeshers_ProjectionSource1D.SetSourceMesh(), SMDS_MeshNode.setXYZ(), SMDS_VtkCellIteratorPolyH.SMDS_VtkCellIteratorPolyH(), SMDS_VtkCellIteratorToUNV.SMDS_VtkCellIteratorToUNV(), SMESH_ProxyMesh.SMESH_ProxyMesh(), SMESHGUI_ComputeDlg_QThread.SMESHGUI_ComputeDlg_QThread(), SMESH_MeshEditor_i.translate(), SMESH_MeshEditor_i.TranslateMakeMesh(), and SMESH_MeshEditor_i.TranslateObjectMakeMesh().

Definition at line 69 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.p1 = geompy.MakeVertex(20.0,30.0,40.0)
tuple PAL_MESH_041_mesh.p2 = geompy.MakeVertex(90.0,80.0,0.0)
tuple PAL_MESH_041_mesh.p3 = geompy.MakeVertex(30.0,80.0,200.0)
tuple PAL_MESH_041_mesh.plane_mesh = salome.IDToObject( Id_face1)

Definition at line 61 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.ret = mesh.Compute()

Definition at line 50 of file PAL_MESH_041_mesh.py.

tuple PAL_MESH_041_mesh.wire1 = geompy.MakeWire(ListOfEdges)

Definition at line 46 of file PAL_MESH_041_mesh.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