Autore |
Discussione |
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 26 aprile 2016 : 15:19:04
|
Dynamic linetype scaling by mouse dragging.
In some cases you need to set the linetype scale visually, so that line symbols or dashes in a given complex linetype fit nicely in your drawing or so that they would align with other geometry. Instead of trial-error based numerical setting of the ltscale you can use the utility CADstudio DynLTscale. It will help you to set the requested linetype scale visually, by direct influencing the line appearance on screen.
Downllad the freeware utility DynLTscale from www.cadstudio.cz/download, load it with APPLOAD and run the DLTS command. Pick a specific line to set its individual lt scale or press Enter to change global setting of the variable LTSCALE (for all lines in a given layout or drawing).
Moving your mouse up and down dynamically changes the linetype scale. A faster movement results in larger change. The current linetype scale is displayed in the AutoCAD status line. Click to confirm changes. |
|
|
aforza
Utente Master
Regione: Italia
Prov.: Padova
Città: Cavarzere(VE)-Monselice(PD)
1798 Messaggi |
Inserito il - 26 aprile 2016 : 16:59:05
|
FantaLISP
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 |
Inserito il - 05 maggio 2016 : 10:05:03
|
Simple detection of a 2D/3D DWG or an empty DWG.
If you to find in your utility or menu-macro whether the current drawing is a 2D or 3D drawing file, or whether it doesn't contain any visual entities, you can use the following simple AutoLISP functions (predicates):
;is current drawing 2D? (defun is2D-p () (and (zerop (caddr (getvar "EXTMIN")))(zerop (caddr (getvar "EXTMAX")))) ; Z-boundingbox = 0? ) ;is current drawing 3D? (defun is3D-p () (< (caddr (getvar "EXTMIN"))(caddr (getvar "EXTMAX"))) ; Z-boundingbox ? ) ;is current drawing visually empty? (vl-load-com) (defun isEmpty-p () (vla-regen (vla-get-activedocument (vlax-get-acad-object)) 1) (> (caddr (getvar "EXTMIN"))(caddr (getvar "EXTMAX"))) ; min>max? ) The functions - e.g. (is2D-p) - return the values of T (true) or nil (false) in AutoCAD. |
|
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
|
arri
Utente Master
Regione: Lombardia
14951 Messaggi |
Inserito il - 20 giugno 2016 : 14:21:26
|
Replace text fields with static texts.
With the freeware aplication FLD2TXT you can globally replace dynamic text fields in your drawing with static text strings representing their current values. Load it with APPLOAD and type the command FLD2TXT. You can choose whether to proces just the modelspace fields, paperspace fileds, or all of them.
This tool converts standalone fields, fields in MTexts and Multileaders, in Dimensions and in block Attributes. |
|
|
Arch_luca
Utente Master
Regione: Piemonte
340 Messaggi |
Inserito il - 06 febbraio 2018 : 17:37:00
|
Salve a tutti, avevo una utissima applicazione (utilità) su AutoCAD 2009: Import Points (ABCAutoCAD). Ora sono passato alla versione 2016 e vorrei poterla riutilizzare ma non ricordo più come fare... Mi potete dare una mano? |
Luca |
Modificato da - Arch_luca in data 06 febbraio 2018 17:37:38 |
|
|
liber
Utente Master
1278 Messaggi |
|
chaya
Nuovo Arrivato
Città: NEWYORK
1 Messaggi |
Inserito il - 02 gennaio 2020 : 11:23:16
|
The PBX Operator is responsible for incoming calls and transferring calls to other individuals. The crucial roles of the PBX Operator jobs are to route calls, transfer information, and handle the administrative duties. The operators mainly work in the office environment, and they should have excellent communication skills. A PBX Operator must also have robust communication skills and showcase customer service accomplishment. https://www.fieldengineer.com/skills/pbx-operator |
https://www.fieldengineer.com/skills/pbx-operator |
|
|
Discussione |
|