mapleleaves Posted June 21, 2011 Posted June 21, 2011 Hi, I have a window entity in my dwg file, is there a API function to call for retrieving Sill Height for window entity properties? Quote
BIGAL Posted June 21, 2011 Posted June 21, 2011 Theres some program here called dumpent.lsp it allows you to pick an object and it gives a pretty good list of everything to do with the object including often the variable name holding the value your after. If Acad Architecture is anything like civ3D then you need to get inside the database at a deeper level than just the normal object stuff. Could you explain more what you are trying to do. Quote
mapleleaves Posted June 21, 2011 Author Posted June 21, 2011 I have a WPF application the opens an autocad architecture drawing file. In my application, I need to read the drawing file database to get the different entities in the drawing. For each entity type, I need to read the properties values. Currently, when i read autocad Window entity, I cannot find any relevant API for Sill Height. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.