spelling fixes (#18688)
* Fixes spelling of "Allow to" to "Allow one to" and those variants: Allows to -> Allows one to allow to -> allow one to allows to -> allows one to * Fix "Let's -> Lets" (and lower case variant.) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update src/3rdParty/salomesmesh/inc/MED_Wrapper.hxx Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Base/PyObjectBase.cpp Update src/App/ExtensionContainer.h Update src/App/PropertyContainer.h Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Use gerund in user-facing texts. * Use gerund for two more user-facing strings. Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> * Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org> --------- Co-authored-by: Tobias Frost <tobi@debian.org> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
@@ -35,7 +35,7 @@ class ifc_object:
|
||||
|
||||
def __init__(self, otype=None):
|
||||
self.cached = True # this marks that the object is freshly created and its shape should be taken from cache
|
||||
self.virgin_placement = True # this allows to set the initial placement without triggering any placement change
|
||||
self.virgin_placement = True # this allows one to set the initial placement without triggering any placement change
|
||||
if otype:
|
||||
self.Type = (
|
||||
otype[0].upper() + otype[1:]
|
||||
|
||||
@@ -44,7 +44,7 @@ import difflib
|
||||
IFC_FILE_PATH = None # downloaded IFC file path
|
||||
FCSTD_FILE_PATH = None # saved FreeCAD file
|
||||
PARAMS = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/NativeIFC")
|
||||
SINGLEDOC = False # This allows to force singledoc mode for all tests
|
||||
SINGLEDOC = False # This allows one to force singledoc mode for all tests
|
||||
SDU = int(SINGLEDOC) # number of objects is different in singledoc
|
||||
# See also IFCFILECONTENT at the end of this file, retrieved from
|
||||
# https://github.com/aothms/IfcOpenHouse/IfcOpenHouse_IFC4.ifc
|
||||
|
||||
Reference in New Issue
Block a user