switch to noop in postSolve function#14
Conversation
|
@aiksiongkoh is this an appropriate change? |
|
@PaddleStroke |
|
I have made another large assembly. that will give me the errors: This asmt file is from the 1.1 release. base.zip Please let me know if this one is also no good. Important notes: I'm not sure what code path this throw is blocking, but after removing the throw, it takes about 2 seconds after releasing a dragged object in the assembly before I can take any other action. Also the solver messages tab that would also info the user that the error was throw is currently missing. |
|
@aiksiongkoh is If it's a must have what should it do? |
|
I want to reiterate that it seems that there is some long calculation after this throw. It seems to be currently skipped by the So I would not recommend only switching to a NOOP. |
I found that this thrown error will cause the solver messages status on the right side to complain that the solve failed because it could not converge.
Terminal error:
107.488 <Assembly> AssemblyObject.cpp(177): Solve failed: To be implemented.After the error is replaced with a no-op, the solver messages correctly show the number of unconstrained degrees of freedom.
Here is the .asmt file if that is needed.
XMM62400.zip