TuttoCAD Forum

TuttoCAD Forum
[ Home | Registrati | Discussioni Attive | Discussioni Recenti | Segnalibro | Msg privati | Sondaggi Attivi | Utenti | Album Fotografico | Download | | Cerca | FAQ ]
Nome Utente:
Password:
Salva Password
Password Dimenticata?

 Tutti i Forum
 1 - TuttoCAD Software
 AutoCAD
 CadTools, free
 Nuova Discussione  Rispondi
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
I seguenti utenti stanno leggendo questo Forum Qui c'è:
Pagina Precedente
Autore Discussione Precedente Discussione Discussione Successiva
Pagina: di 18

arri
Utente Master


Regione: Lombardia


14951 Messaggi

Inserito il - 26 aprile 2016 : 15:19:04  Mostra Profilo Invia a arri un Messaggio Privato  Rispondi Quotando
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.
Torna all'inizio della Pagina

aforza
Utente Master


Regione: Italia
Prov.: Padova
Città: Cavarzere(VE)-Monselice(PD)


1798 Messaggi

Inserito il - 26 aprile 2016 : 16:59:05  Mostra Profilo  Rispondi Quotando


FantaLISP

Ciao

Andrea Forza

CadWorx 2014 & Plant3D AutoCAD 2014 su Seven 64bit - Dell Vostro i7 ram 8gb - doppio monitor Hanns-g 22"
Torna all'inizio della Pagina

arri
Utente Master


Regione: Lombardia


14951 Messaggi

Inserito il - 05 maggio 2016 : 10:05:03  Mostra Profilo Invia a arri un Messaggio Privato  Rispondi Quotando
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.
Torna all'inizio della Pagina

arri
Utente Master


Regione: Lombardia


14951 Messaggi

Inserito il - 27 maggio 2016 : 12:46:43  Mostra Profilo Invia a arri un Messaggio Privato  Rispondi Quotando
SelfIntersect - check for self-intersections and duplicate vertices in polylines (VLX LISP for AutoCAD)
Torna all'inizio della Pagina

arri
Utente Master


Regione: Lombardia


14951 Messaggi

Inserito il - 20 giugno 2016 : 14:00:07  Mostra Profilo Invia a arri un Messaggio Privato  Rispondi Quotando
Extended version of the Express Tool TCASE supports accented characters and offers a new function for conversion of paragraph texts to small caps.
Torna all'inizio della Pagina

arri
Utente Master


Regione: Lombardia


14951 Messaggi

Inserito il - 20 giugno 2016 : 14:21:26  Mostra Profilo Invia a arri un Messaggio Privato  Rispondi Quotando
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.
Torna all'inizio della Pagina

Arch_luca
Utente Master


Regione: Piemonte


340 Messaggi

Inserito il - 06 febbraio 2018 : 17:37:00  Mostra Profilo Invia a Arch_luca un Messaggio Privato  Rispondi Quotando
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
Torna all'inizio della Pagina

liber
Utente Master



1278 Messaggi

Inserito il - 06 febbraio 2018 : 20:20:14  Mostra Profilo Invia a liber un Messaggio Privato  Rispondi Quotando
credo devi provare quella del tuo sistema operativo win 32 o win 64
https://www.abccorsicad.it/software_autocad.html#ImportPoints_AutoCAD
Torna all'inizio della Pagina

chaya
Nuovo Arrivato

Città: NEWYORK


1 Messaggi

Inserito il - 02 gennaio 2020 : 11:23:16  Mostra Profilo Invia a chaya un Messaggio Privato  Rispondi Quotando
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
Torna all'inizio della Pagina
Pagina: di 18 Discussione Precedente Discussione Discussione Successiva  
Pagina Precedente
 Nuova Discussione  Rispondi
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
Vai a:
TuttoCAD Forum © 2001-2010 CADLandia Torna all'inizio della Pagina
Pagina generata in 0,4 secondi.