take entity of block reference

Not applicable
02-21-2020
02:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I programmed a command that has a prompt to take a spline and profiles (polylines) and then makes loft.
But I would like to make block references of the polylines respectively paste block references of polylines in my model space and then use the block references for loft.
Is it possible to use block references for making the loft?
When I use the default loft command I can not take block references. But maybe it is possible to solve it programmatically. I already tried it with casting but it didn't work.
(The loft method that I use is: Solid3d.CreateLoftedSolid)
Thank you.