filletCurve [-bias linear] [-blendControl boolean] [-caching boolean] [-circular boolean] [-constructionHistory boolean] [-curveParameter1 float] [-curveParameter2 float] [-depth linear] [-freeformBlend boolean] [-name string] [-nodeState int] [-object boolean] [-radius linear] [-replaceOriginal boolean]
[curve] [curve]
filletCurve は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
カーブ フィレット コマンドは 2 つのカーブの間にフィレット カーブを作成します。 コマンド ラインでオブジェクトが何も指定されていないと、最初の 2 つのアクティブなカーブが使用されます。作成されるフィレットは、(半径のある)円形にしたり、フリーフォーム(接線またはブレンドのタイプ)にすることができます。string[] | オブジェクト名とノード名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-radius(-r)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-depth(-d)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-bias(-b)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-curveParameter1(-cp1)
|
float
|
![]() ![]() ![]() |
||
|
||||
-curveParameter2(-cp2)
|
float
|
![]() ![]() ![]() |
||
|
||||
-circular(-cir)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-freeformBlend(-fb)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-blendControl(-bc)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
高度なフラグ | ||||
-caching(-cch)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-nodeState(-nds)
|
int
|
![]() ![]() ![]() |
||
|
||||
一般的なフラグ | ||||
-name(-n)
|
string
|
![]() |
||
|
||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||
|
||||
-object(-o)
|
boolean
|
![]() |
||
|
||||
-replaceOriginal(-rpo)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a circular fillet (by default) having radius 2.5 between the // active curves: filletCurve -r 2.5; // Create a freeform curve fillet between the two specified curves at // these parameter values: filletCurve -cir no -cp1 0.5 -cp2 2.0 curve1 curve2;