twoPointArcCtx [-degree uint] [-spans uint]
twoPointArcCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
twoPointArcCtx コマンドは、2 ポイント円弧を作成するための新しいコンテキストを作成します。string | (新しいコンテキストの名前) |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-degree(-d)
|
uint
|
|||
|
||||
-spans(-s)
|
uint
|
|||
|
![]() |
![]() |
![]() |
![]() |
// To create a new context that will create curves of degree 1: twoPointArcCtx -degree 1; // To query the degree of an existing context: twoPointArcCtx -q -degree arcContext1;