Hi there,I'm just learning how to use the OpenSTAAD and I just encountered something that seems not working. I tried adding the OpenSTAAD Library to Object Browser and it displays Output. It seems to me that some of the objects therein are not working. I tried using "Output.ObjectName" and "Geometry.ObjectName" but they don't seem to work. I am puzzled because they are all found under "Output" but I cannot use them this way. I also tried "Property.ObjectName".Or I might be doing it incorrectly? Here's an example: "objSTAADMembForces.Output.GetNumberOfEntitiesInGROUP"The error (debug) message I am getting is: "Object does not support property or method".I'm attaching the screenshot of my Objects Browser.Please help. Thank you.
Further, I noticed that the functions found in the screenshot above are different from those that are found in the OpenSTAAD Documentation...Here...
Hi Suro, It's been a year... I am just studying this on my spare time and just recently, I had the opportunity to get back to this. Your answer helped in understanding this - that I am using an old version and so those functions are unavailable. However, when I reverted to using Results Object Function, it also doesn't seem to work. For example, if I use "Output.GetMaxBendingMoment", I'm getting a "Runtime Error 438 - Object doesn't support this property or method" Which I think means that the version I'm using does not support such a function. Correct me if I'm wrong but my understanding is, whatever version I am using, I should be able to use whatever function is available to that version. Another thing which I find odd is, most of the functions I see in the objects browser are not recognised whenever I run them. But some of the functions from the documentation works for me even if I don't see them on the objects browser (I find these functions in the documentation under the Application Object Function. Your statement above seems to imply that my version is affected by such replacement you mentioned). I don't know what am I missing here. Please help. It's really frustrating to work alone on this. :( Thank you