Ungroup the objects in AutoCAD

Ungroup the objects in AutoCAD

Anonymous
Not applicable
1,586 Views
4 Replies
Message 1 of 5

Ungroup the objects in AutoCAD

Anonymous
Not applicable

hi, i wanna know that how to ungroup the objects in AutoCAD and I am having trouble in finding a good way to ungroup the objects in AutoCAD.

 

maxresdefault (1).jpg

0 Likes
1,587 Views
4 Replies
Replies (4)
Message 2 of 5

Norman_Yuan
Mentor
Mentor

Since this forum is about AutoCAD Map programming, so, are you asking how to ungroup AutoCAD entities programmatically (by writing your own code - LISP, VBA, or .NET), other than running AutoCAD built-in command "UNGROUP"? What is the purpose for you to insert a picture that links to an unrelated website in the post?

Norman Yuan

Drive CAD With Code

EESignature

0 Likes
Message 3 of 5

imadHabash
Mentor
Mentor

Hi,

i'm trying to connect your question and the image to find a relation !! 

  • if you have a group that prepared with AUtoCAD then you can use UNGROUP command .
  • if you have a Block and you want to explode it ( ungroup it ) then you can use EXPLODE command . 
  • if you have an mtext and you want to convert it to normal text then you can also use EXPLODE command .  

Imad Habash

EESignature

0 Likes
Message 4 of 5

Kent1Cooper
Consultant
Consultant

I don't understand the relationship between the question and the image, either.  Do you perhaps want to turn a Text or Mtext object into separate ones for each character?  If that's the idea, there are probably routines available to do it -- do a little Searching.

Kent Cooper, AIA
0 Likes
Message 5 of 5

-didier-
Advisor
Advisor

Bonjour @Anonymous 

 

I join my "colleagues" to question the usefulness of the proposed image!


For "groups" the possibility to choose an entity in a group is accessible by using ctrl+H

which is the balance to select an "entity" or "group"

 

Amicalement

Éternel débutant.. my site for learning : Programmer dans AutoCAD

DA

EESignature

0 Likes