ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
projectCurve [-caching boolean] [-constructionHistory boolean] [-direction linear linear linear] [-directionX linear] [-directionY linear] [-directionZ linear] [-name string] [-nodeState int] [-object boolean] [-range boolean] [-tolerance linear] [-useNormal boolean]
[curve] [surface]
projectCurve は、取り消し可能、照会可能、および編集可能です。
projectCurve コマンドはカーブをサーフェス上に作成し、すべての選択したカーブは選択したサーフェスに投影されます。投影はサーフェス法線を使って行うか、投影するベクトル方向を指定して行うことができます。注: コマンド ラインで、カーブおよびサーフェスを特定の順番に指定する必要はありません。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
curveOnSurface, duplicateCurve, intersect
caching, constructionHistory, direction, directionX, directionY, directionZ, name, nodeState, object, range, tolerance, useNormal
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Project the active curve onto the active surface using the surface
// normals:
projectCurve -un yes;
// Project this curve onto the nurbs sphere using the specified direction:
projectCurve -d 0.0 6.0 0.0 curve1 nurbsSphere1;