[BIM} remove incorrect check which was stopping the default Pipe being created
This commit is contained in:
committed by
Yorik van Havre
parent
1a62a73e10
commit
7b79f2da24
@@ -122,8 +122,6 @@ class _ArchPipe(ArchComponent.Component):
|
||||
import DraftGeomUtils
|
||||
if self.clone(obj):
|
||||
return
|
||||
if not self.ensureBase(obj):
|
||||
return
|
||||
pl = obj.Placement
|
||||
w = self.getWire(obj)
|
||||
if not w:
|
||||
|
||||
Reference in New Issue
Block a user