| |
获取当前窗口尺寸:
hiGetAbsWindowScreenBBox(window(*) t ),*为当前窗口标号
.cdsinit中加入语句:
envSetVal("schematic" "schWindowBBox" 'string "((x y) (x y))") ,sch的窗口BBox
envSetVal("layout" "leWindowBBox" 'string "((x y) (x y))") ,layout的窗口BBox
envSetVal("layoutXL" "schematicWindow" 'string "((x y) (x y))") ,sch的窗口BBox
envSetVal("layoutXL" "layoutWindow" 'string "((x y) (x y))"),layout的窗口BBox