getreal (AutoLISP)

ユーザが実数を入力するまで待機(一時停止)し、入力された実数を返します。

サポートされているプラットフォーム: Windows および Mac OS

構文と要素

(getreal [msg])
msg

タイプ: 文字列

ユーザに表示するプロンプト メッセージ。

戻り値

タイプ: 実数または nil

ユーザが入力した数値を実数として表した数値。

注意

getreal 関数の要求に対して、ユーザは別の AutoLISP 式を入力することはできません。

(setq val (getreal)) 
(setq val (getreal "Scale factor: "))