bevel [-bevelShapeType int] [-caching boolean] [-constructionHistory boolean] [-cornerType int] [-depth linear] [-extrudeDepth linear] [-name string] [-nodeState int] [-object boolean] [-polygon int] [-range boolean] [-tolerance linear] [-width linear]
[object]
bevel は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
bevel コマンドは、指定したカーブに対して新しいベベル サーフェスを作成します。 カーブには NURBS カーブを指定できます。string[] | オブジェクト名とノード名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-tolerance(-tol)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-width(-w)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-depth(-d)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-extrudeDepth(-ed)
|
linear
|
![]() ![]() ![]() |
||
|
||||
-cornerType(-ct)
|
int
|
![]() ![]() ![]() |
||
|
||||
-bevelShapeType(-bst)
|
int
|
![]() ![]() ![]() |
||
|
||||
高度なフラグ | ||||
-caching(-cch)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-nodeState(-nds)
|
int
|
![]() ![]() ![]() |
||
|
||||
一般的なフラグ | ||||
-name(-n)
|
string
|
![]() |
||
|
||||
-constructionHistory(-ch)
|
boolean
|
![]() |
||
|
||||
-object(-o)
|
boolean
|
![]() |
||
|
||||
-polygon(-po)
|
int
|
![]() |
||
|
||||
-range(-rn)
|
boolean
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Bevel (one) active curve with a width and depth of 1.5: bevel -w 1.5 -d 1.5; // Create a single-sided bevel (at start) surface using the specified // curve (with the default dimensions): bevel -ns 2 curve1;