カテゴリー
作成日/修正日 | 2016/4/4 | 2016/4/4 |
対応Trelisバージョン | 15.0.1 → 16.0.0 | |
カテゴリー | Display → View → Animation | |
GUI | NO | |
TUI | rotate <Angle> about world <x,y,z> animation steps <#> | |
キーワード | ビュー,座標軸,回転,アニメーション | |
Key Word | View,Rotate,Axis,Animation |
形状の回転をアニメーションで表示させる方法について(View-Rotate-Axis-Animation)
Trelisの形状を表示する場合アニメーション(動画)で表示する方法があります.複雑形状で形状全体を確認したい場合に有効です.この操作はコマンドラインのみ実行可能です.
Fig 1回転アニメーション表示
作業内容
1. X軸回りに1回転(360°)させる場合について説明します.Stepは表示回数を意味します.
rotate 360 about world x animation steps 360
(ジャーナル)形状の回転をアニメーションで表示させる方法(View-Rotate-Axis-Animation) |
reset create cylinder height 10 radius 3 create cylinder height 10 radius 3 create cylinder height 10 radius 3 rotate volume 1 about x angle 90 rotate volume 2 about y angle 90 volume 1 move y 5 volume 2 move x 5 volume 3 move z 5 create sphere radius 3 unite volume 1 2 3 4 brick x 10 volume 5 move x -5 y -5 z -5 chop volume 1 with volume 5 merge volume all # brick x 3 move volume 8 x 11.5 include_merged create sphere radius 2 move volume 9 y 12 include_merged create frustum height 4 radius 2 top 0 move volume 10 y 0 z 12 include_merged color volume 7 geometry yellow color volume 8 geometry red # from 33.7052 37.041 48.0586 at 5 5.4914865 5.5 up 0 1 0 #=================== X-Axis Rotate animation ========================= rotate 360 about world x animation steps 360 |