반응형 entmake3 ENTMAKE *TEXT https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trying-to-get-entmake-text-to-work/td-p/8192834 Trying to get Entmake Text to workI've looked all over and have tried different versions of the Entmake text command, but I can't get mine to work. This is my function: (defun CreateText (txtStyle txtJust insertPt txtString) (if (= txtJust "tc") (setq horJust 1 verJust 3)) (if (= txtJ.. 2025. 5. 20. Create Layer by Lisp LAYER DXF Help help.autodesk.com Lineweight enum value 🔎 Lineweight enum value: Google 검색 www.google.com (defun KM:LAYER_AREA_LWP () (command "_.linetype" "_load" "ACAD_ISO03W100" "acad.lin" "") (setq Nme "AREA_LWP") (setq Col 150) (setq Ltyp "ACAD_ISO03W100") (setq LWgt 50) ; (entmake (list (cons 0 "LAYER") (cons 100 "AcDbSymbolTableRecord") (cons 100 "AcDbLaye.. 2025. 5. 9. ENTMAKEs(펌) Auto\Visual LISP code snippet-create object - actorsfit blog.actorsfit.com 2022. 2. 18. 이전 1 다음 반응형