Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

I want to see DXF's group code.

Anonymous

I want to see DXF's group code.

Anonymous
No aplicable

Hello, Community.

I know that DXF format consists of a lot of group code.

However, I want to see DXF of group code that I have. 

How can I see it ?.

 

0 Me gusta
Responder
288 Vistas
1 Respuesta
Respuesta (1)

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I want to see DXF of group code that I have

Sorry to not really understand this question.

Maybe these two suggestions can help:

 

when you want to get the info about an entity (it's group codes) then you can use that lisp statement:

(entget (car (entsel)))

This let's you select an entity and shows the informations about it

 

When you are searching for a help that shows the meaning of the DXF codes then use this: >>>click<<<

 

- alfred -.

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Me gusta