Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IRstuff on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eng-tips.ecologist244

  1. E

    python code for simulate supports in ifc design

    adjacent_segments.py # ───── dentro del for gid in (seg_A, seg_B): … ───── if getattr(obj, "ObjectType", "") == "SUBEQUIPMENT": print(f" → BOX adyacente detectada ({gid})") # ► marcar el vecino como BOX ← NUEVA ÚNICA LÍNEA if gid == seg_A: seg_A = "BOX" else...

Part and Inventory Search