ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
intersect [-caching boolean] [-constructionHistory boolean] [-curveOnSurface boolean] [-firstSurface boolean] [-name string] [-nodeState int] [-object boolean] [-tolerance linear]
[surface] [surface]
intersect は、取り消し可能、照会可能、および編集可能です。
intersect コマンドでは、すべてのサーフェスが互いに交差する位置にカーブ オンサーフェスが作成されます。既定では、カーブ オンサーフェスは両方のサーフェスに作成されます。しかし、-fs フラグを使用すると、最初のサーフェスだけがカーブ オンサーフェスを持つようになります。また、交差カーブは、カーブ オンサーフェスではなく、3D カーブとして作成されます。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
curveOnSurface, duplicateCurve, projectCurve
caching, constructionHistory, curveOnSurface, firstSurface, name, nodeState, object, tolerance
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// Intersect the two active surfaces and create the resulting curve on
// surface as a 3D curve (note: only one 3D curve is created for each
// pair of intersecting surfaces):
intersect -cos no;
// Intersect the nurbs sphere and nurbs plane, creating a curve-on-surface
// on each surface:
intersect -fs no nurbsSphere1 nurbsPlane1;