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:
@@ -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 = []
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user