Renaming FEM mesh region to mesh refinement (only Users POV / tooltips) (#11489)

* project to document on information, merge, util

* rename MehRegion to MeshRefinement (tooltip/user PoV only)
This commit is contained in:
Max Wilfinger
2023-12-04 17:41:04 +01:00
committed by GitHub
parent 518b48ffaf
commit d491ac0865
7 changed files with 18 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ class MeshGmsh(base_fempythonobject.BaseFemPythonObject):
"App::PropertyLinkList",
"MeshRegionList",
"Base",
"Mesh regions of the mesh"
"Mesh refinments of the mesh"
)
obj.MeshRegionList = []

View File

@@ -46,12 +46,12 @@ class MeshRegion(base_fempythonobject.BaseFemPythonObject):
"App::PropertyLength",
"CharacteristicLength",
"MeshRegionProperties",
"set characteristic length of FEM elements for this region"
"set characteristic length of FEM elements for this refinement"
)
obj.addProperty(
"App::PropertyLinkSubList",
"References",
"MeshRegionShapes",
"List of FEM mesh region shapes"
"List of FEM mesh refinement shapes"
)