Hello,
I am trying to create a beam result for a directional shear force (in y- & z-axis). But this options seems not to exist as a method (at least I can't find it in the API Reference Guide). For directional bending moments, it is easily possible:
yMoment = mySolution.AddDirectionalBendingMoment()
yMoment.NormalOrientation = NormalOrientationType.YAxis
How is it possible for the shear force? (And how to insert proper code representation in this forum?)
Thanks in advance!