Message 1 of 2
Can I apply material to an object inside an AutoCAD block using C#?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello to all:
I need a way to assign materials to sufaces and 3d Solids in AutoCAD blocks programmatically. I can stretch my object's lengths and flip them from one side to the other using dynamic block parameters, but now I'm told we need to have the ability to change material assignments in a similar fashion. These are conveyor bed blocks I'm dealing with; the blocks have C-Channels for frame rails, cylinders for rollers, etc. We need the ability to reach-inside the block definition and change the material assigned to the frame-rails "on-the-fly" without opening the block editor and changing the material assignment on the Properties palette. Is this possible?
Anyone have any experience with this?