- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What's the best way to model a component representing a specific profile of linear stock?
I'd like the component to be a short extrusion of the profile, with a length parameter. I want to be able to include multiple instances of the component in a number of models, with each instance potentially having a different length.
I have accomplished this to some degree. I've created a component from an extrusion with a length user parameter, setting the expression for the AlongDistance model parameter to length. Then, saving the component to a file. The issue I have is when I use the component. After including an instance of the component in a model, I have to break the link between the component and it master. I'm then able to access the length user parameter from the model's global parameter list. When a create another instance, another user parameter is added to the global list length_1. Given a complex model, with many such instances, modifying the length of an instance through a long list of user parameters would be very cumbersome. It would also make it difficult to create a bill of materials that includes the length of each item.
Is there a better way to accomplish this? Ideally, I'd like to be able to modify component-specific instances of the length parameter. It would be even better if visually editing the length of the extrusion updated the parameter accordingly.
I was able to implement something very much as I described in Sketchup, using Sketchup's dynamic components, but Sketchup has no assembly functionality, making it more difficult to use overall.
Thanks.
Solved! Go to Solution.