你好
我不确定我是否明白你的意思,但希望这会有所帮助。
- (if SheetSize
- (if (wcmatch SheetSize "2016 TM 30x42 Template,2016 TM 11x17 Template")
- (alert "This layout is not available for the selected size.")
- (command "layout" "template" SheetSize "QF002DES" "imageframe" "1" "imageframe" "0")
- )
- (alert "Sheet size was not selected. Please select sheet size and restart the command.")
- )
|