annotate [-point linear linear linear] [-text string]
[objects]
annotate は、取り消し可能、照会不可能、および編集不可能です。
このコマンドを使って、指定したポイントの指定したオブジェクトにアタッチする注釈を作成します。| string | 追加された注釈 |
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-point(-p)
|
linear linear linear
|
|
||
|
||||
-text(-tx)
|
string
|
|
||
|
||||
// The following specifies an annotation with text "my annotation text" on // object mySphere, with the text being centered at point [5,6,3]. sphere -name mySphere; annotate -tx "my annotation text" -p 5 6 5 mySphere;