[BIM} remove incorrect check which was stopping the default Pipe being created
This commit is contained in:
committed by
Yorik van Havre
parent
ae6bd1b107
commit
f8dd2d0ec1
@@ -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