Merge pull request #4919 from Russ4262/fix/profile_cut_side
[Path] Remove `Side` assignment to `Outside` for full model profiles
This commit is contained in:
@@ -380,7 +380,6 @@ class ObjectProfile(PathAreaOp.ObjectOp):
|
||||
else: # Try to build targets from the job models
|
||||
# No base geometry selected, so treating operation like a exterior contour operation
|
||||
self.opUpdateDepths(obj)
|
||||
obj.Side = 'Outside' # Force outside for whole model profile
|
||||
|
||||
if 1 == len(self.model) and hasattr(self.model[0], "Proxy"):
|
||||
if isinstance(self.model[0].Proxy, ArchPanel.PanelSheet): # process the sheet
|
||||
|
||||
Reference in New Issue
Block a user