CST MWS如何通過VBA獲取一個(gè)點(diǎn)的坐標(biāo)值
來源:
更新時(shí)間:2024-08-01
閱讀:
請(qǐng)教各位,CST如何獲得一個(gè)點(diǎn)的坐標(biāo)值,查資料代碼如下:GetPickpointCoordinates ( int index, double_refx, double_refy, double_refz) bool 。但是不會(huì)用啊。
GetPickpointCoordinates ( int index, double_ref x, double_ref y, double_ref z) bool. 代碼中的double_ref是什么類型的數(shù)據(jù)?如何表示?
有沒有人能幫助解釋一下呢 本帖提到的人: @zhknpu @EDATOP
同等VBA高手,double_ref是不是就是double?
選定的點(diǎn)還是程序中指定的點(diǎn)?
貌似 不是啊 , 怎么都找不到坐標(biāo)
選定的點(diǎn)。 我想用程序得到選種點(diǎn)的坐標(biāo)值
我嘗試著用你的方法(xp(1),yp(1),zp(1))表示,但是得到的值都是0.
http://www.rfeda.cn/dp-bbsthread-43887.html
Pick.PickCenterpointFromId "component1:solid1", "1"
MsgBox CSTR(xp(1))
輸出的值為0, 但實(shí)際上是1
不懂VBA。