Gz:getplotstyletablenames

提供:GizmoLabs - だいたい CAD LISP なサイト
構文
(gz:getplotstyletablenames)


機能
印刷スタイル名のリストを返す。


引数
  • なし


戻り値
印刷スタイル名のリスト。


  • memo:


サンプル
(setq lst (gz:getplotstyletablenames))
("Color.stb" "DWF Virtual Pens.ctb" "Fill Patterns.ctb" "gcad.ctb" "gcad.stb" "Grayscale.ctb" "Mono.stb" "monochrome.ctb" "monochrome.stb" "Screening 100%.ctb" "Screening 25%.ctb" "Screening 50%.ctb" "Screening 75%.ctb" "青焼き風.ctb" "壁画風.ctb")

(if (member "acad.ctb" lst) (princ "acad.ctb が見つかりません。))


関連事項