|
BricsCad : Druck automatisieren
CADwiesel am 11.03.2014 um 12:20 Uhr (1)
Programmtechnisch geht so ziemlich alles------------------GrußCADwieselBesucht uns im CHAT
|
| In das Form BricsCad wechseln |
|
BricsCAD : Versetzen einer 3D-Polylinie
CADwiesel am 05.04.2018 um 12:04 Uhr (1)
neinkopieren geht aber------------------GrußCADwieselBesucht uns im CHAT
|
| In das Form BricsCAD wechseln |
|
Rund um AutoCAD : Blockreferenzen
Trine am 02.07.2007 um 08:24 Uhr (0)
hallo Manuich benutze für sowas "EINFARB" von CADWIESEL------------------manne
|
| In das Form Rund um AutoCAD wechseln |
|
Lisp : command hatch einbauen
CADwiesel am 20.08.2021 um 09:03 Uhr (1)
HPANNOTATIVEkönnte etwas helfen------------------GrußCADwieselBesucht uns im CHAT
|
| In das Form Lisp wechseln |
|
BricsCAD : Objektdaten
CADwiesel am 05.06.2019 um 14:52 Uhr (1)
kann das mit den Expresstools nicht bearbeitet werden?------------------GrußCADwieselBesucht uns im CHAT
|
| In das Form BricsCAD wechseln |
|
BricsCad : Objekte tauschen zwischen PB und MB
CADwiesel am 21.02.2014 um 08:37 Uhr (1)
wie hieß die Funktion?wie war der Aufruf?------------------GrußCADwieselBesucht uns im CHAT
|
| In das Form BricsCad wechseln |
|
Lisp : Global Color / Farbe verändern
CADwiesel am 01.08.2008 um 10:28 Uhr (0)
VonLayer ist 256------------------Gruß CADwieselBesucht uns im CHAT
|
| In das Form Lisp wechseln |
|
Rund um Autocad : Layer blättern
CADwiesel am 05.12.2003 um 11:04 Uhr (0)
Ersetze die If Abfragen durch diese: (if (/= (tblsearch LAYER neuer_lay) NIL) (progn (command _-LAYER _on * _thaw * _set neuer_lay _off * ) (if (= (getvar EXPERT ) 0) (command N _on 0 ) (command _on (strcat 0, neuer_lay) ) ;_ end of command ) ) (progn (command) (md_laylist) (command _-LAYER _on * _thaw * _set neuer_lay _off * ) (if (= (getvar EXPERT ) 0) (command N _on 0 ) ...
|
| In das Form Rund um Autocad wechseln |
|
AutoLisp : Zahl Hochzählen
CADwiesel am 17.02.2003 um 14:19 Uhr (0)
Hat ne Klammer gefehlt. Ausserdem würde ich auf alle Fälle die Layernamensgeschichte Wasserdicht machen. Du musst sichergehen, dass der Layer auch existiert. (defun c:num (/ nr ipt ant th tlay prefix) (setq prefix (getstring "
Textprefix: ") nr (if (setq ant (getint "
Startnummer 0 ")) (1- ant) 0 ) ;_ end of if th (getreal "
Texthöhe:") tlay (getstring "
Ziellayer:") ) ;_ end of setq (while (setq ipt ...
|
| In das Form AutoLisp wechseln |
|
Rund um Autocad : meinfüg in Ursprung?
CADwiesel am 01.08.2002 um 13:09 Uhr (0)
Ich hab zwar auch keine Ahnung, aber ich mutmaße hier auch mal n bischen: Wenn mann sich die Definition eines Blockes anschaut, sind die Gruppencodes 70,71,44,45 immer 0. Anders jedoch bei einem mit Meinfüg eingefügten Blockes; Da enthalten die GC s 70 u. 71 die anzahl der Objekte in x und y Ausdehnung und die GC s 44 u. 45 die Spalten/Zeilenabstände. Lässt mich mal vermuten, das es sich hier nur um EINEN eingefügten Block handelt (das ist fackt), der lediglich Optisch so dargestellt wird, als ob es so v ...
|
| In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Acad-Version der aktuellen Zeichnung?
CADwiesel am 20.08.2004 um 09:57 Uhr (0)
(setq M:LOGDAT (open M:LOGNAME w ) ) ;_ end of setq (IF (NOT (NULL (SETQ RR (OPEN (STRCAT (GETVAR dwgprefix ) (GETVAR DWGNAME )) r ) ;_ end of open ) ;_ end of setq )) (PROGN (SETQ M WGVER (SUBSTR (READ-LINE RR ) ;_ end of read-line 5 2 ...
|
| In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Acad Version ermitteln
CADwiesel am 08.01.2003 um 16:29 Uhr (0)
Map 6: K.0.50 http://discussion.autodesk.com/WebX?viewTopic@169.fqXgahdeoAU.1@.f125248!page=1&keywords=_vernum%20map&discussionRange=current&dateRange=all&productParent=.ee77aa7 U 1.20 would be MDT 5 http://discussion.autodesk.com/WebX?viewTopic@169.fqXgahdeoAU.1@.ef57f61!page=1&keywords=_vernum%20map&discussionRange=current&dateRange=all&productParent=.ee77aa7 The AutoCAD 2000 SP is the only one that will change the _vernum. ------------------ Gruß CADwiesel
|
| In das Form Rund um Autocad wechseln |
|
Rund um Autocad : Schwerpunkt
CADwiesel am 28.11.2001 um 14:06 Uhr (0)
OK-sorry kleiner oops. versuch s nochmal Gruß CADwiesel (defun c:reg() (setq MD_ERR *ERROR* *ERROR* M:FEHLER ) ;_ end of setq ;;Marke für Zurück nach Abbruch setzen (setvar "cmdecho" 0) (command "_UNDO" "_MARK") (command "_UNITS" 2 5 1 4 0 "n") (princ "
Region bestimmen:") (setq r (ssget)) (command "region" r "") (command "bks" "ob" pause) (command "_massprop" "L" "" "_Y" "test") (command "_.explode" "L") (setq mprdat (open "test.mpr" "r")) (repeat 7 (read-lin ...
|
| In das Form Rund um Autocad wechseln |