Innovus:Create Stitching Shapes from Floorplan
📅 2026/7/5 4:03:50
👁️ 阅读次数
📝 编程学习
一、合并后的完整代码
# ====================================================== # Innovus TCL Script: Create Stitching/Boundary Shapes from Floorplan # Description: Auto-capture floorplan boundary coordinates and create # centered stitching shapes at the midpoints # ====================================================== # ------------------------------------------------------ # User Configuration Variables # ------------------------------------------------------ set m 10.0 set n 10.0 set stitch_layer "BD10" # ------------------------------------------------------ # Get Floorplan Boundary Coordinates using dbGet top.fplan.box # ------------------------------------------------------ set fp_box [dbGet top.fplan.box] puts "Raw floorplan box: $fp_box" # Remove outer bra
编程学习
技术分享
实战经验