- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written a control in C++ that lets me select a sketch point, return its XYZ vales and then edit the XYZ values; moving the sketch point to a new position. I need to keep the control open so that I can modify the position of more than one sketch pint........... usually five one at a time.
To keep the control active I use the execute preview event and a Boolean value input button to apply the changes to each sketch point. I'm using the input change even to capture the sketch points coordinates as I select each sketch point.
The problem occurs after changing the first sketch point, it move fine but as soon as I select the second sketch point the first point reverts back to its original position......... I just cannot get the change to a sketch point position to persist or activate the execute event from the execute preview event.
I did read a post explaining that Fusion doesn't have an "Apply" concept and you need to work around the problem with the Boolean value input......... It there any way to make the sketch point changes persist after selection change and after the control is close?
Solved! Go to Solution.
