ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
circularFillet [-caching boolean] [-constructionHistory boolean] [-curveOnSurface boolean] [-name string] [-nodeState int] [-object boolean] [-positionTolerance float] [-primaryRadius linear] [-secondaryRadius linear] [-tangentTolerance float]
[surface] [surface]
circularFillet は、取り消し可能、照会可能、および編集可能です。
このコマンドは、指定した 2 つの NURBS サーフェス間の転がるボールのサーフェス フィレット(円形フィレット)を計算する場合に使用します。このサーフェス上にトリム カーブを作成するには、-cos true を使用します。string[] | オブジェクト名、ノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
-caching(-cch)
|
boolean
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-positionTolerance(-pt)
|
float
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-primaryRadius(-pr)
|
linear
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-secondaryRadius(-sr)
|
linear
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
-tangentTolerance(-tt)
|
float
|
![]() ![]() ![]() |
||||||||||
|
||||||||||||
共通のフラグ | ||||||||||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||||||||||
|
||||||||||||
-curveOnSurface(-cos)
|
boolean
|
![]() |
||||||||||
|
||||||||||||
-name(-n)
|
string
|
![]() |
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
![]() |
||||||||||
|
![]() |
![]() |
![]() |
![]() |
circularFillet -ch true -pr -1.0 -sr 1.0 -cos false surface1 surface2 ; circularFillet -ch false -pr -1.0 -sr 2.0 -cos true -pt 0.001 surface3 surface4 ;