X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmodules.rst;h=6665aa1007ade4e706fd567a9d2b097c8e467682;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hp=45494b2a5c09d3d1941bc82ba3a184338cb68fe2;hpb=9133087aaad73df476f99957974ad9770458860a;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/modules.rst b/doc/salome/gui/SMESH/input/modules.rst index 45494b2a5..6665aa100 100644 --- a/doc/salome/gui/SMESH/input/modules.rst +++ b/doc/salome/gui/SMESH/input/modules.rst @@ -25,13 +25,11 @@ Importing and exporting meshes smeshBuilder.CreateMeshesFromSTL smeshBuilder.CreateMeshesFromCGNS smeshBuilder.CreateMeshesFromGMF - smeshBuilder.CreateMeshesFromSAUV Mesh.ExportMED Mesh.ExportUNV Mesh.ExportSTL Mesh.ExportCGNS Mesh.ExportDAT - Mesh.ExportSAUV Mesh.ExportGMF @@ -168,14 +166,17 @@ Creating groups Mesh.MakeGroupByCriterion Mesh.MakeGroupByCriteria Mesh.MakeGroupByFilter + Mesh.FaceGroupsSeparatedByEdges + Mesh.CreateDimGroup + Mesh.ConvertToStandalone Mesh.GetGroups Mesh.NbGroups Mesh.GetGroupNames Mesh.GetGroupByName -Using operations on groups -========================== +Operations on groups +==================== .. autosummary:: @@ -185,8 +186,6 @@ Using operations on groups Mesh.IntersectListOfGroups Mesh.CutGroups Mesh.CutListOfGroups - Mesh.CreateDimGroup - Mesh.ConvertToStandalone Deleting Groups =============== @@ -203,6 +202,8 @@ Mesh Information .. autosummary:: smeshBuilder.GetMeshInfo + Mesh.GetEngine + Mesh.GetGeomEngine Mesh.GetGeometryByMeshElement Mesh.MeshDimension Mesh.GetMeshInfo @@ -268,6 +269,7 @@ Mesh Information Mesh.FindNodeClosestTo Mesh.FindElementsByPoint Mesh.GetPointState + Mesh.Get1DBranches Mesh.Dump ****************************** @@ -305,6 +307,7 @@ Measurements smeshBuilder.GetLength smeshBuilder.GetArea smeshBuilder.GetVolume + smeshBuilder.GetAngle Mesh.GetFreeBorders Mesh.MinDistance Mesh.GetMinDistance @@ -315,6 +318,7 @@ Measurements Mesh.GetLength Mesh.GetArea Mesh.GetVolume + Mesh.GetAngle **************** Modifying meshes @@ -349,6 +353,7 @@ Adding nodes and elements Mesh.Make2DMeshFrom3D Mesh.MakeBoundaryMesh Mesh.MakeBoundaryElements + Mesh.Append Mesh.GetLastCreatedNodes Mesh.GetLastCreatedElems Mesh.ClearLastCreated @@ -360,6 +365,7 @@ Removing nodes and elements Mesh.RemoveElements Mesh.RemoveNodes + Mesh.RemoveNodeWithReconnection Mesh.RemoveOrphanNodes Modifying nodes and elements @@ -444,6 +450,7 @@ Changing orientation of elements Mesh.Reorient Mesh.ReorientObject Mesh.Reorient2D + Mesh.Reorient2DByNeighbours Mesh.Reorient2DBy3D Uniting triangles @@ -473,6 +480,8 @@ Cutting elements Mesh.SplitQuadsNearTriangularFacets Mesh.SplitHexaToTetras Mesh.SplitHexaToPrisms + Mesh.AddNodeOnSegment + Mesh.AddNodeOnFace Smoothing =========