AutoCAD Architecture Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to create wall programmat ically .net VB
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
206 Views, 0 Replies
11-16-2011 01:36 AM
Hello everyone
I can create wall from a 3d solid by using command "wall", or "wallbodyconvert". Normally I'm sending this command by using SendStringToExecute method, but I wounder if there is a way to do this by using object operation.
I fond the Wall class in aecarchmgd.dll (Autodesk.Aec.Arch.DatabaseServices) but I have no idea how to use it. This class has a method CreateWall, but first parameter is IntPtr, and I'm not sure where should it point?
Regards

