[BIM} remove incorrect check which was stopping the default Pipe being created

This commit is contained in:
Syres916
2025-05-07 13:00:33 +01:00
committed by Yorik van Havre
parent 1a62a73e10
commit 7b79f2da24

View File

@@ -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: