|
|
马上注册,结识高手,享用更多资源,轻松玩转三维网社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
已知草图有一点→"点1@草图2"
5 c9 I, M" c' n: v9 n5 e6 s% w用下面方法没有实现.请问还有其它方法获得
4 ~& d. A, m# ^: }点1@草图2的X,Y,Z坐标.谢谢.
9 o/ q6 u% ?4 {& x-------------------------6 x9 _* } H1 g0 s' F" R' B
Set Part = swApp.ActiveDoc
+ q. S- w5 E' c% m, @Set SelMgr = Part.SelectionManager
# ^1 d1 S' j3 Q& {" T; Hboolstatus = Part.Extension.SelectByID2("点1@草图2", "EXTSKETCHPOINT", 0#, 0#, 0, True, 0, Nothing, 0)/ K$ |" J3 {" W( Z. z4 P
SelectCoords = Part.SelectionManager.GetSelectionPoint(1) |
|