移動先: 概要 戻り値 フラグ. MEL 例.

概要

threePointArcCtx [-degree uint] [-spans uint]

threePointArcCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。

threePointArcCtx コマンドは、3 ポイント円弧を作成するための 新しいコンテキストを作成します。

戻り値

string(新しいコンテキストの名前)

戻り値の型は照会モードでは照会フラグが基になります。

フラグ

degree, spans
ロング ネーム(ショート ネーム) 引数型 プロパティ
-degree(-d) uint
有効な値は 1 または 3 です。デフォルトは 3 です。
-spans(-s) uint
デフォルトは 8 です。

: コマンドの作成モードで使用可能なフラグ : コマンドの編集モードで使用可能なフラグ
: コマンドの照会モードで使用可能なフラグ : 1 つのコマンドで複数回使用可能なフラグ

MEL 例

// To create a new context that will create curves of degree 1:
threePointArcCtx -degree 1;

// To query the degree of an existing context:
threePointArcCtx -q -degree arcContext1;