Autore |
Discussione |
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 05 novembre 2009 : 08:04:46
|
How to replace some of your blocks with a new block?
If you need to replace only some instances (references) of the given block with a new block, you cannot use the standard functions for block replacements (BLOCKREPLACE, INSERT, etc.) - these functions modify the definition of the block and so they influence all its references (insertions).
To replace only selected occurrences of the given block in your DWG drawing you can use the free LISP utility Xanadu RIblock - see www.xanadu.cz/download.
The RIblock command prompts for the name of the replaced block (or for picking its sample), then you select the references of this block (to be replaced) and then you specify (by picking or by name) the new block. This new block will replace the selected references of the original block. Possible attributes with the same name (tag) will be automatically transferred from the replaced blocks. |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 23 novembre 2009 : 12:40:43
|
How to run an older version of AutoCAD or Inventor in Windows 7.
Windows 7 is supported in AutoCAD 2010 (and 2011 and higher) and Inventor 2010 (and 2011 and higher). If you want to install and run older versions of AutoCAD, LT, or Inventor (2009, 2008, 2007, 2006, R11...) in Win7, you can use the virtualized "XP Mode" available for Windows 7 Professional, Ultimate and Enterprise (both 32-bit and 64-bit).
To use the Windows XP Mode you will need a CPU hardware support. You can detect the HW virtualization support in your processor with the utility havdetectiontool.exe . The Windows XP Mode add-on (application) can be downloaded from the Microsoft web. Then you can install the tool through Windows Virtual PC > Windows XP Mode. |
|
|
n/a
deleted
Prov.: Estero
Città: Sieradz (PL)
5926 Messaggi |
Inserito il - 23 novembre 2009 : 12:58:55
|
Citazione: Messaggio inserito da arri Windows 7 is supported in AutoCAD 2010
Semmai il contrario:
AutoCAD 2010 is supported in Windows 7.
Eh, ma capisco l'alticcio autore: qui si dice che dai rubinetti della Repubblica Ceca esca birra...
|
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 01 dicembre 2009 : 12:36:04
|
How to reconstruct a world file from a raster image?
If you want to create a georeference "world" file from a precisely positioned raster image (picture, map) in your AutoCAD drawing, you can use the auxiliar command WORLDOUT from the "Xanadu GeoRefImg" LISP utility.
After you select a raster image (bitmap), this command automatically exports the relevant world file containing the georeference (TFW, PGW, GFW, JGW, EWW...) in the image file folder.
GeoRefImg |
|
|
n/a
deleted
Prov.: Estero
Città: Sieradz (PL)
5926 Messaggi |
Inserito il - 01 dicembre 2009 : 13:26:28
|
...che e' poi cio' che fa l'icona W di questo plug-in di ABC.
Comunque, buono a sapersi, grazie dell'info!
|
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
TheGrey61
Utente Master
Regione: Piemonte
Prov.: Torino
Città: Rivalta di Torino
1039 Messaggi |
Inserito il - 15 gennaio 2010 : 16:11:38
|
Andrea sarà felice!!! Spero! Bravo arri, ancora una volta prima di tutti!!! |
|
|
aforza
Utente Master
Regione: Italia
Prov.: Padova
Città: Cavarzere(VE)-Monselice(PD)
1798 Messaggi |
Inserito il - 15 gennaio 2010 : 16:44:39
|
ciao,
se l'Andrea sono io ti dirò che questa cosa è carina, ma io a suo tempo usavo quella di Tony Tanzillo che poi con l'arrivo delle schede ho abbandonato.
ciao |
Andrea Forza
CadWorx 2014 & Plant3D AutoCAD 2014 su Seven 64bit - Dell Vostro i7 ram 8gb - doppio monitor Hanns-g 22" |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 21 gennaio 2010 : 08:40:58
|
Sizer - set window size for AutoCAD drawing document
For renderings, for screen-captures of your drawings, or other similar actions you may need to fix the size of the document window (DWG drawing) in the main AutoCAD application window. To set the window size to a specified number of pixels (width + height) you can use the following simple LISP code (change the size parameters as needed): ;Sets drawing window size ;(C)2010-XANADU.cz (vl-load-com) (setq sizer_actdoc (vla-get-activedocument (vlax-get-acad-object))) (vla-put-width sizer_actdoc 1000);W=1000px (vla-put-height sizer_actdoc 800);H=800px
Copy the code via copy/paste, or save it to SIZER.LSP and load it with APPLOAD, or assign it to a new AutoCAD menu icon. The function changes the window size of the current document (even a maximized window).
You can also use the interactive version of SIZER.LSP
download |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 28 gennaio 2010 : 13:33:43
|
CopyText
Copy/Swap Text/MText/Multileader/Attribute Values
User has option to copy contents of selected text object or typed in content, to any number of selected text objects (Text, Mtext, Multileader, Attribute Definition). If only one target object is selected, user is prompted with option to swap contents of source & target. Will select objects in xrefs & blocks
Scarica allegato:
CopyText.zip 5,04 KB |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 05 febbraio 2010 : 14:24:41
|
DDBrep v2.0 is a plug-in for AutoCAD that replaces old blocks with new and preserve the old ones
Replace old blocks with new and preserve old too!. Very handy and powerful utility to handle enormous replacements in seconds. ACAD2000+
DoorWin 3.0 Free Personal Edition:The ultimate door and windows insertion utility for AutoCAD users |
Modificato da - arri in data 05 febbraio 2010 14:33:34 |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 03 marzo 2010 : 11:05:35
|
;3DMesh/PFace/Surface -> 3D Points ;2009 by XANADU - www.xanadu.cz www.cadforum.cz ;; ---------------------------------------------- (defun C:Mesh2Pt ( / Ent Obj ptList oDoc mSpace)
(defun GetCoordinates (obj / objname coord lst) (and (setq objname (vlax-get obj 'ObjectName)) (vl-position objname '("AcDbPolyFaceMesh" "AcDbSubDMesh" "AcDbPolygonMesh" )) (setq coord (vlax-get obj 'Coordinates)) (repeat (/ (length coord) 3) (setq lst (cons (list (car coord) (cadr coord) (caddr coord)) lst)) (setq coord (cdddr coord)) ) ) ;and (reverse lst) ) ;end
(vl-load-com) (setq oDoc (vla-get-ActiveDocument (vlax-get-acad-object))) (setq mSpace (vla-get-ModelSpace oDoc)) (setq Ent (entsel "\nSelect a 3D mesh, polymesh or surface: ")) (setq Obj (vlax-ename->vla-object (car Ent))) (setq ptList (GetCoordinates Obj)) (mapcar '(lambda (x)(vla-AddPoint mSpace (vlax-3D-Point (trans x 1 0)))) ptList) (princ (strcat "\nCreated "(itoa (length ptList)) " 3D points.")) (prin1) )
|
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
Discussione |
|