ホーム / モデリング / CGaudiFace / 関数 / ImprintVertex
ImprintVertex関数
定義
ImprintVertex (Point As CGaudiPoint) As Boolean戻り値
| True | 成功 | |
| False | 失敗 |
引数
| Point | 選択面上の座標 |
解説
選択面上に点を刻みます。実行例
TopolID(36)上に点を刻みます。Dim Face0 As CGaudiFace
Dim Point1 As New CGaudiPoint
Set Face0 = Body(0).GetFaceByID(36)
Point1.SetCoord 1#, 0.5, 1#
Face0.ImprintVertex Point1


