カテゴリー
作成日/修正日 | 2015/9/10 | 2015/11/4 |
対応Cubitバージョン | 15.0.1, 15.0.4, 15.1.2,15.1.4,15.1.5 | |
カテゴリー | Geometry→Surface→Create | |
GUI | Geometry→Surfaces→Create→Circle→Vertex List | |
TUI | create surface circle vertex <id> <id> <id> | |
キーワード | 円,3点,面 | |
Key Word | Surface,Circle,3points,Vertex |
3点を通る円Surfaceを作成する方法について(Surface-Circle-Vertex)
TrelisでVertex3点を通る円Surfaceの作成方法について説明します.
Fig 1. 3点を通る円の作成例
作業内容
1. Command Panelより,SurfaceのCreateからCircleのを選択し,Vertex Listにチェックします.
➢ Geometry→Surfaces→Create→Circle→Vertex List
2. 3個のVertexをそれぞれ指定します.
➢ Vertices 1 [1]
➢ Vertices 2 [2]
➢ Vertices 3 [3]
➢ Apply
Fig2. 3点を通る円の作成設定
(ジャーナル)3点を通る円Surfaceを作成する方法(Surface-Circle-Vertex) |
reset ## create vertex 0 0 0 create vertex 1 1 0 create vertex 3 0 0 ## create surface circle vertex 1 2 3 |