I want to create curves, i.e. as you would through the curve manager, using POST calc selected nodes and the python API. Is there a way to add post-calc nodes?
If I'm not mistaken, it looks like you cannot add post-calc nodes. Adding a curvepoint adds a pre-calc node and therefore returns an error that no results are calculated for that node?
Hello Matthew,
Sure you can. The process is the same as with the pre-calc points with the only difference that instead of adding them before the calculation you can do it afterwards in Output.
So, for example:
g_i.view(g_i.Phases[-1])# need to add boilerplate here for Outputg_o.addcurvepoint("Node", 50, 17)