ホーム / モデリング / CGaudiFace / プロパティ / Vertex
Vertexプロパティ
定義
Vertex(Index As Long) As CGaudiVertex)| 値の取得 | ○ | |
| 値の設定 | × |
引数
| Index | Vertexのインデックス |
解説
指定されたインデックスのCGaudiVertexを取得します。実行例
指定したID(9)のFace上にある点Vertex(2)の座標値を取得し点を作成します。Set Point = Body.GetFaceByID(9).Vertex(2).Point
Set Body = Gaudi.CreateVertex (Point)
Body.GetFaceByID(9).Vertex(2).Point


