整理一些 PDMS 常用的命令寝优,方便自己查找。
在3D模型中添加輔助標(biāo)識(shí)
- mark ce
- unmark ce
- unmark all
- pin1 at ce
- pin1 off
- aid text |$!!ce.desc| AT $!!ce.pos
- aid arrow at $!pos dir $!xdir Height $!size
- aid clear all
- enhance ce col 1
遍歷選擇集
!selection = object SELECTION()
!selection.getCurrent()
!selectionlist = !selection.getSelection()
do !mem values !selectionlist
-- do something
enddo