Proxy entities class names list

Proxy entities class names list

Zhebelev_S
Advocate Advocate
4,946 Views
9 Replies
Message 1 of 10

Proxy entities class names list

Zhebelev_S
Advocate
Advocate

Hello community! There I can find complete list of proxy objects class names if it's existing? Thanks in advance!

 

Screenshot_1.png

 



Zhebelev Sergey
Freelancer | Island in Ocean
Profile bim.vc
VK | LinkedIn
Expert Elite Member
0 Likes
4,947 Views
9 Replies
Replies (9)
Message 2 of 10

imadHabash
Mentor
Mentor

Hi,

If you're asking for removing these proxies from your drawing .. I suggest to read and follow this link that will help . >> Click << 

 

Imad Habash

EESignature

0 Likes
Message 3 of 10

Zhebelev_S
Advocate
Advocate

Thanks! No - want to make some experiments with proxy so I need them 😉



Zhebelev Sergey
Freelancer | Island in Ocean
Profile bim.vc
VK | LinkedIn
Expert Elite Member
0 Likes
Message 4 of 10

pendean
Community Legend
Community Legend
autoCADMEP move likely, but you ought to find out from the file/content creator, not anywhere else.
0 Likes
Message 5 of 10

Zhebelev_S
Advocate
Advocate

Actually I know from which tool this proxy entities are (Thanks ObjectEnabler!) - was interesting how names of this proxy entities were created by program - how and from which list it mapped with proxy objects



Zhebelev Sergey
Freelancer | Island in Ocean
Profile bim.vc
VK | LinkedIn
Expert Elite Member
0 Likes
Message 6 of 10

cadffm
Consultant
Consultant

I am not sure to understand, becauseyourself told about it,

but I try it:

 

"was interesting how names of this proxy entities were created by program - how and from which list it mapped with proxy objects"

 

1. It's stored in each Proxy objects and

 

2. the list of object class is stored in your DWG 

 

 

In DXF and AutoLISP for example,

Proxy object group code 91 pointing to the Class object.

(If you are interesting in DXF/AutoLisp, read the help about the proxy object type)

 

Enough for know?

If you like to know the real details, read programmer stuff about C++/ARX and how to define own objects.

 

Sebastian

0 Likes
Message 7 of 10

Zhebelev_S
Advocate
Advocate

So my idea was to get full list of such classes like AECB_DUCT, AECB_DUFCTFITTING ...let's say AECB_LIGHT (just from my head)..not for particular project but as standard. But I suppose no such list in open resource. But anyway thanks for help! 😉



Zhebelev Sergey
Freelancer | Island in Ocean
Profile bim.vc
VK | LinkedIn
Expert Elite Member
0 Likes
Message 8 of 10

cadffm
Consultant
Consultant


If you have access to the program what create such objects, you can extract such a list pretty sure,
and if there is a .net/c++ API, you can extract it by programming.


Or access to the object enabler!
Also in this case the chance is big to get the most of the object types.

if they are readable in the oe data files.


Your sample "AECB_DUCT" and "AECB_DUFCTFITTING" are from AutoDESKs MEP Toolset..

For example: Some programs can read in (sorry, I can't give a sample program what can extract the readable data from these files | I am not familiar with it)

..in program filesAutoCAD 20xx\AecbHvacBase.dbx or AecbElecBase.dbx
you can find "AECB_DUCT" and "AECB_DUFCTFITTING"


Tip: Ask in .net or C++/ARX Forum!

Sebastian

Message 9 of 10

ChicagoLooper
Mentor
Mentor

So you’re using plain vanilla AutoCAD to view AEC objects, correct? With the Object Enabler you can view. It won’t let you edit or do any heavy stuff. 

 

Was the original drawing created in P&ID? Or MEP? Or something else?

 

If you want to do a deep dive into how the data was created or what reports can be run from that data then you need to ask the original author or install the original program itself.  

Chicagolooper

EESignature

0 Likes
Message 10 of 10

Zhebelev_S
Advocate
Advocate

Thanks for showing me *.dbx files ....sadly it is impossible to open them.

But after DBX files one clever man showed me *mgd.dll files in AutoCAD MEP and it gave some new info but definitely it is more developer question. We should stop here and move forward. Thanks to all!

Zhebelev_S_0-1661431879604.png

 



Zhebelev Sergey
Freelancer | Island in Ocean
Profile bim.vc
VK | LinkedIn
Expert Elite Member
0 Likes