Sds entlast

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
int sds_entlast (sds_name entity);


機能
図面内の削除されていない最後の主オブジェクト(図形)の名前を返す。
引数
  • entity : エンティティ。
戻り値
RTNORM または RTERROR。
エラーの内容は、システム変数 ERRNO でチェック。


サンプル
sds_name entity1;
char string1[512];

sds_getstring(0,"\nEnter で最後に作ったオブジェクトをハイライト: ",string1);
sds_entlast(entity1);
sds_redraw(entity1,3); // 最後に作ったオブジェクトをハイライト



関連事項