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
 AutoLISP
 Selezionare tutti i blocchi anonimi

Nota: Devi essere registrato per poter inserire un messaggio.
Per registrarti, clicca qui. La Registrazione è semplice e gratuita!

Larghezza finestra:
Nome Utente:
Password:
Modo:
Formato: GrassettoCorsivoSottolineatoBarrato Aggiungi Spoiler Allinea a  SinistraCentraAllinea a Destra Riga Orizzontale Inserisci linkInserisci EmailInserisci FlashInserisci Immagine Inserisci CodiceInserisci CitazioneInserisci Lista
   
Icona Messaggio:              
             
Messaggio:

  * Il codice HTML è OFF
* Il Codice Forum è ON

Faccine
Felice [:)] Davvero Felice [:D] Caldo [8D] Imbarazzato [:I]
Goloso [:P] Diavoletto [):] Occhiolino [;)] Clown [:o)]
Occhio Nero [B)] Palla Otto [8] Infelice [:(] Compiaciuto [8)]
Scioccato [:0] Arrabbiato [:(!] Morto [xx(] Assonnato [|)]
Bacio [:X] Approvazione [^] Disapprovazione [V] Domanda [?]
Seleziona altre faccine

    
 
   

V I S U A L I Z Z A    D I S C U S S I O N E
arri Inserito il - 23 gennaio 2013 : 11:19:29
You can use the selection function in AutoLISP - (ssget) - to select anonymous blocks from your current AutoCAD drawing.
On the select objects prompt, type the following function to select all standard anonymous blocks:

(ssget '((2 . "`*U*")))

or to select all types of anonymous blocks:

(ssget '((2 . "`**")))

-------------------------------------------------------------------

Various types of anonymous blocks in AutoCAD.

AutoCAD drawing database (DWG) can contain various types of anonymous (unnamed) blocks. The pseudo-names of anonymous blocks always start with an asterisk "*". You normally cannot use AutoCAD block editing commands with anonymous blocks.
Examples of anonymous blocks:

*U### - general anonymous blocks
*E### - anonymous blocks from non-uniformly scaled blocks - when exploded (e.g. solids, regions)
*D### - anonymous dimensions (dim blocks)
*X### - anonymous hatches (hatch blocks)
*A### - anonymous groups
*T### - anonymous blocks in tables
AutoCAD add-on applications may create also other types of anonymous blocks.

TuttoCAD Forum © 2001-2010 CADLandia Torna all'inizio della Pagina
Pagina generata in 0,29 secondi.