Currently is easy to visually get a reaction force from plot, or can get it indirectly - but there is no explicit and simple way to get reaction forces.
Ideally would want to pass a function an x coordinate and if there is a support there it returns the reaction forces otherwise it returns None.
I think best way to go about this would be to add self.reactions dictionary during analyse, and rename the existing self._reactions to something that makes it more obvious that the function of that attribute is to help with plotting.
Currently is easy to visually get a reaction force from plot, or can get it indirectly - but there is no explicit and simple way to get reaction forces.
Ideally would want to pass a function an x coordinate and if there is a support there it returns the reaction forces otherwise it returns None.
I think best way to go about this would be to add self.reactions dictionary during analyse, and rename the existing self._reactions to something that makes it more obvious that the function of that attribute is to help with plotting.