I post here abaut a question I previously discussed in the User section, beacuse probably is a matter more concerning the software than the engineering.
After creating DOMAIN element (e.g. a Node) there is a Node object of the class "Node" that has the following structure:
Node
- idTag
-x
-y
-z
-<mass>
Now, how can I read from the DOMAIN the value of a parameter of a specified object?
Searching in the "Code" section I found the method "getCrds()" but I think It's internal to the OpenSEES program, to be invoked by other parts of the software, like the Analyzer and so on... but there is no method to get these informations from the OpenSEES consolle? There isn't a TCL command to get the y-coord of the node J?
Please, tell me something...
Thank you!
Read Domain Values
Moderators: silvia, selimgunay, Moderators
GREAT
nodeCoord is not referenced in User Manual, so I didn't know how to get rid of the problem.
And for other parameters of other objects? Nodes of a Shell? Section tag of a beam? J of an Elastic Section? There is not a common syntax rule? After some experience in programming VisualBasic I were expecting something like:
ElasticSection(3).J
Thank you very very much!!!
nodeCoord is not referenced in User Manual, so I didn't know how to get rid of the problem.
And for other parameters of other objects? Nodes of a Shell? Section tag of a beam? J of an Elastic Section? There is not a common syntax rule? After some experience in programming VisualBasic I were expecting something like:
ElasticSection(3).J
Thank you very very much!!!