移動先: 概要 戻り値 フラグ MEL の例
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 カーブを指定できます。
戻り値の型は照会モードでは照会フラグが基になります。
bevelShapeType, caching, constructionHistory, cornerType, depth, extrudeDepth, name, nodeState, object, polygon, range, tolerance, width
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// 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;