
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am building an Addin which allows a user to place a Family Instance (a door) onto a wall. The user can specify the width and height (instance parameters) in a userform. I am using instance parameters as our doors are manufactured at the customer needs.
Right now I am placing the Family Instance and adjust the width and height (and sill height) AFTER the user has placed the elements. This seems a bit strange, because the default values are like 500x500, so when placing the elements they are 500x500, but when the user "ends" the placement, the elements are updated to their correct width and height.
What I would like to to show the user (while placing) the actual width and height. So I need to adjust those parameters BEFORE placement.
Here's a StackOverflow question with the same problem
Solved! Go to Solution.