ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
doubleProfileBirailSurface [-blendFactor float] [-caching boolean] [-constructionHistory boolean] [-name string] [-nodeState int] [-object boolean] [-polygon int] [-tangentContinuityProfile1 boolean] [-tangentContinuityProfile2 boolean] [-transformMode int]
curve curve curve curve
doubleProfileBirailSurface は、取り消し可能、照会可能、および編集可能です。
引数は、「profile1」、「profile2」、「rail1」、「rail2」という名前の 4 つのカーブです。 指定したレイルカーブ「rail1」と「rail2」にそって「profile2」に達するまで、プロファイル「profile1」をスイープしてレイル サーフェスが作成されます。-blend コントロールを使用すると、レイル サーフェス作成は、2 つのプロファイル カーブのどちらかに偏ります。カーブ(プロファイル カーブとレイル カーブの両方)は、サーフェス カーブ(アイソパラム、カーブ オンサーフェス)にすることもできます。プロファイル カーブがサーフェス カーブである場合は、-tp1 フラグか -tp2 フラグを使用すると、作成されるサーフェスでは、プロファイルを基礎とするサーフェスの接線連続性が作成されます。現在の制限事項: 2 つのプロファイル カーブがレイル カーブと交差しないと、サーフェス作成に問題が発生します。string[] | オブジェクト名とノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
-blendFactor(-bl)
|
float
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-caching(-cch)
|
boolean
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-tangentContinuityProfile1(-tp1)
|
boolean
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-tangentContinuityProfile2(-tp2)
|
boolean
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-transformMode(-tm)
|
int
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
共通のフラグ | ||||||||||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||||||||||
|
||||||||||||
-name(-n)
|
string
|
![]() |
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
![]() |
||||||||||
|
||||||||||||
-polygon(-po)
|
int
|
![]() |
||||||||||
|
![]() |
![]() |
![]() |
![]() |
doubleProfileBirailSurface -bl 0.5 curve1 curve2 curve3 curve4 ; // Tangent continuous birail surface across the two profiles. doubleProfileBirailSurface -bl 1.0 -tp1 true -tp2 true surface1.u[0.5] surface2.v[0.2] curve1 curve2 ;