Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a 2D arrangement drawing in AutoCAD and I am trying to make it 3D by extruding the polylines. I have done this manually but as a research task I am trying to repeat this using VBA code.
My plan is to select the polylines by creating a selection set, then create a region object from this selection set. To then extrude using 'AddExtrudedSolid', which requires a profile as a region.
I cannot find anywhere how to create a region from my selection set and I am wondering if this is even possible?
If anyone has a better way of extruding all the polylines using VBA code this would be much appreciated as I am new to VBA and visual basic editor.
Aiden
Solved! Go to Solution.