Element.getNodeAttributeValue


getNodeAttributeValue(node, attrType, varName)

Retrieves attribute values that might vary across an element, like geometric thickness, or nodal attribute values such as support conditions Not to be used for properties that must be fixed across an element (such as material properties)

nodenode The name or ID of a node, or a pointer to a Node object. local node (0..nNodes-1) or node pointer
attrTypestring "Loading", "Support", "Material", etc
varNamestring
Return valuevariant The type of value returned will depend on what was requested

Back to Element

Back to Overview