Acet-dict-name-list

提供:GizmoLabs - だいたい CAD LISP なサイト
2025年6月28日 (土) 07:43時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成:「{{AutoLISP}} ; 構文 : (acet-dict-name-list ''dictname'' ) ; 機能 : ディクショナリ dictname の項目のリストを文字列リストとして返す。 ; 引数 :* dictname … ディクショナリの文字列またはENAME ; 戻り値 : 項目のリストを文字列リスト。見つからない場合は nil。 ; サンプル <pre class="brush:autolisp;"> (setq d (acet-dict-name-list "ACAD_VISUALSTYLE")) ("2dWireframe" "Basic" "Brighten" "Co…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(acet-dict-name-list dictname )


機能
ディクショナリ dictname の項目のリストを文字列リストとして返す。


引数
  • dictname … ディクショナリの文字列またはENAME


戻り値
項目のリストを文字列リスト。見つからない場合は nil。


サンプル
(setq d (acet-dict-name-list "ACAD_VISUALSTYLE"))
("2dWireframe" "Basic" "Brighten" "ColorChange" "Conceptual" "Dim" "EdgeColorOff" "Facepattern" "Flat" "FlatWithEdges" "Gouraud" "GouraudWithEdges" "Hidden" "JitterOff" "Linepattern" "Modeling" "OverhangOff" "Realistic" "Shaded" "Shaded with edges" "Shades of Gray" "Sketchy" "Thicken" "Wireframe" "X-Ray")

(setq d (entget (acet-dict-ename "ACAD_VISUALSTYLE" (car d))))
(-1 . <Entity name: 7dcd6b90>) (0 . "VISUALSTYLE") (5 . "29") (102 . "{ACAD_REACTORS") (330 . <Entity name: 7dcd67d0>) (102 . "}") (330 . <Entity name: 7dcd67d0>) (100 . "AcDbVisualStyle") (2 . "2dWireframe") (70 . 4) (177 . 3) (291 . 0) (70 . 58) (90 . 0) (176 . 1) (90 . 2) (176 . 1) (90 . 0) (176 . 1) (90 . 0) (176 . 1) (40 . 0.6) (176 . 1) (40 . 30.0) (176 . 1) (62 . 7) (420 . 16777215) (176 . 1) (90 . 1) (176 . 1) (90 . 4) (176 . 1) (62 . 7) (176 . 1) (62 . 257) (176 . 1) (90 . 1) (176 . 1) (90 . 1) (176 . 1) (40 . 1.0) (176 . 1) (90 . 0) (176 . 1) (62 . 257) (176 . 1) (40 . 1.0) (176 . 1) (90 . 1) (176 . 1) (90 . 6) (176 . 1) (90 . 2) (176 . 1) (62 . 7) (176 . 1) (90 . 5) (176 . 1) (90 . 0) (176 . 1) (90 . 0) (176 . 1) (290 . 0) (176 . 1) (90 . 1) (176 . 1) (40 . 0.0) (176 . 1) (90 . 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) (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))

関連事項