Arch: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:09:39 -05:00
committed by wwmayer
parent 3e70636bdc
commit e2a81c8674
10 changed files with 55 additions and 55 deletions

View File

@@ -285,7 +285,7 @@ class _Equipment(ArchComponent.Component):
self.addSketchArchFeatures(obj)
def addSketchArchFeatures(self,obj,linkObj=None,mode=None):
'''
'''
To add features in the SketchArch External Add-on, if present (https://github.com/paullee0/FreeCAD_SketchArch)
- import ArchSketchObject module, and
- set properties that are common to ArchObjects (including Links) and ArchSketch
@@ -348,7 +348,7 @@ class _Equipment(ArchComponent.Component):
self.executeSketchArchFeatures(obj)
def executeSketchArchFeatures(self, obj, linkObj=None, index=None, linkElement=None):
'''
'''
To execute features in the SketchArch External Add-on (https://github.com/paullee0/FreeCAD_SketchArch)
- import ArchSketchObject module, and
- execute features that are common to ArchObjects (including Links) and ArchSketch
@@ -377,7 +377,7 @@ class _Equipment(ArchComponent.Component):
# Execute features in the SketchArch External Add-on, if present
self.executeSketchArchFeatures(obj, linkObj)
def computeAreas(self,obj):
return