Meta中創(chuàng)建局部坐標(biāo)系
1、當(dāng)在Meta中進(jìn)行后處理用到局部坐標(biāo)系的時(shí)候,可以直接在Meta中創(chuàng)建,而不需要返回到前處理中創(chuàng)建,創(chuàng)建后可以直接參與后處理進(jìn)行結(jié)果轉(zhuǎn)化。
2、在Meta中需要通過(guò)對(duì)應(yīng)的命令來(lái)定義局部坐標(biāo),創(chuàng)建方式有如下兩種:
方式一:從模型中選取節(jié)點(diǎn)來(lái)創(chuàng)建:
model create coord fixed {cyl / rect / sph} <id of new coord.sys.> pick
例如在命令窗口輸入如下命令,如圖-1所示,創(chuàng)建一個(gè)ID為30的直角坐標(biāo)系,坐標(biāo)系如圖-2所示;
Command: model: create: coord: fixed: rect: 30: pick
選取節(jié)點(diǎn)時(shí),選取的第一個(gè)點(diǎn)為原點(diǎn),第二個(gè)點(diǎn)為Z軸上一點(diǎn),第三個(gè)點(diǎn)為XZ平面上一點(diǎn)。
方式二:通過(guò)輸入節(jié)點(diǎn)號(hào)或坐標(biāo)來(lái)定義
model create coord fixed {cyl / rect / sph} <id of new coord.sys.> <Origin (type either
a node id or coordinates)> <Enter z point (type either a node id or coordinates)> <type xz point
(type either a node id or coordinates)>
例如在命令窗口輸入如下命令,如圖-3所示,創(chuàng)建一個(gè)ID為40的直角坐標(biāo)系,坐標(biāo)系如圖-4所示,原點(diǎn)節(jié)點(diǎn)號(hào)為38,Z方向節(jié)點(diǎn)號(hào)為78,XZ面上節(jié)點(diǎn)號(hào)為22。
Command: model: create: coord: fixed: rect: 40: 38: 78: 22
工程師必備
- 項(xiàng)目客服
- 培訓(xùn)客服
- 平臺(tái)客服
TOP




















