Acet-dict-ename

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(acet-dict-ename dictname entry )


機能
ディクショナリ dictname(STRINGまたはENAME)の項目エントリのエンティティ名を返す。


引数
  • dictname … ディクショナリ名の文字列またはename
  • entry … ディクショナリ項目の文字列


戻り値
ディクショナリ項目の ename、見つからない場合は nil。


サンプル
(setq d (acet-dict-ename "ACAD_VISUALSTYLE" "X-RAY"))
<Entity name: d4637b90>

(entget d)
: ((-1 . <Entity name: d4637b90>) (0 . "VISUALSTYLE") (5 . "3A") (102 . "{ACAD_REACTORS") (330 . <Entity name: ab003160>) (102 . "}") (330 . <Entity name: ab003160>) (100 . "AcDbVisualStyle") (2 . "X-Ray") (70 . 25) (177 . 3) (291 . 0) (70 . 58) (90 . 2) (176 . 1) (90 . 2) (176 . 1) (90 . 1) (176 . 1) (90 . 1) (176 . 1) (40 . 0.5) (176 . 1) (40 . 30.0) (176 . 1) (62 . 7) (420 . 16777215) (176 . 1) (90 . 1) (176 . 1) (90 . 0) (176 . 1) (62 . 7) (176 . 1) (62 . 257) (176 . 1) (90 . 1) (176 . 1) (90 . 1) (176 . 1) (40 . 1.0) (176 . 1) (90 . 8) (176 . 1) (62 . 7) (176 . 1) (40 . 1.0) (176 . 1) (90 . 1) (176 . 1) (90 . 6) (176 . 1) (90 . 2) (176 . 1) (62 . 7) (176 . 1) (90 . 3) (176 . 1) (90 . 0) (176 . 1) (90 . 0) (176 . 1) (290 . 0) (176 . 1) (90 . 13) (176 . 1) (40 . 0.0) (176 . 1) (90 . 0) (176 . 1) (290 . 0) (176 . 1) (290 . 1) (176 . 1) (290 . 1) (176 . 1) (290 . 0) (176 . 1) (290 . 0) (176 . 1) (290 . 0) (176 . 1) (290 . 0) (176 . 1) (290 . 0) (176 . 1) (290 . 0) (176 . 1) (90 . 50) (176 . 1) (40 . 0.0) (176 . 1) (40 . 1.0) (176 . 1) (90 . 0) (176 . 1) (62 . 18) (420 . 0) (176 . 1) (90 . 50) (176 . 1) (90 . 3) (176 . 1) (62 . 5) (420 . 255) (176 . 1) (290 . 0) (176 . 1) (90 . 50) (176 . 1) (90 . 50) (176 . 1) (90 . 50) (176 . 1) (290 . 0) (176 . 1) (90 . 50) (176 . 1) (62 . 256) (176 . 0) (40 . 1.0) (176 . 0) (90 . 2) (176 . 1) (1 . "strokes_ogs.tif") (176 . 1) (290 . 0) (176 . 1) (40 . 1.0) (176 . 1) (40 . 1.0) (176 . 1))


関連事項