- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi, everyone,
I have an assembly. it has 8 model states. under this assembly, I have a sheet metal part which also has 8 model states to correspond to the 8 ones in the top assembly. I loop through the top assembly's model states and hence automatically put the sheet metal in its good model state.
then I try to calculate the sheet metal areas for the part in its different model states.
I simplified my program to the following simple program .I found that it seemed that I should do something extra to guarantee that I could capture my sheet metal part in its good model state just in order to calculate its areas in different model states.
my current running result showed that the function "SheetMetalPartExtendAreaCalculation" did not catch the good model state of the sheet metal, in fact it always used the first model state to calculate the area. So all the areas obtained were just the same values.
anyone knows what else I should do to guarantee that the function "SheetMetalPartExtendAreaCalculation" can handle a sheet metal part in its good model state?
thanks in advance.
the following is the running result: it seems the part numbers were caught correctly, but the sheet area is only for the first model state of the sheet metal part, in fact the area for the second model state is another value.
I tried for so long a time and could not figure out the problem.
Solved! Go to Solution.