Load¶
-
class
xc.
Load
¶ Bases:
xc.DomainComponent
-
class
xc.
NodalLoad
¶ Bases:
xc.Load
-
getForce
¶ Returns force components.
-
getMoment
¶ Returns moment components.
-
getNode
¶ Returns loaded node.
-
getNodeTag
¶ Returns loaded node tag.
-
-
class
xc.
ElementalLoad
¶ Bases:
xc.Load
-
category
¶ Return the category of the load (uniform, punctual,…)
-
numElements
¶ Returns the number of loaded elements.
-
setElementTags
((ElementalLoad)arg1, (SetBase)arg2) → int :¶ Set the elements tags from the elements of the argument.
- C++ signature :
- int setElementTags(XC::ElementalLoad {lvalue},XC::SetBase)
-
-
class
xc.
ElementalLoadIter
¶ Bases:
Boost.Python.instance
-
next
((ElementalLoadIter)arg1) → ElementalLoad :¶ Returns next load.
- C++ signature :
- XC::ElementalLoad* next(XC::ElementalLoadIter {lvalue})
-
-
class
xc.
ElementBodyLoad
¶ Bases:
xc.ElementalLoad
-
class
xc.
ForceReprComponent
¶ Bases:
xc.DomainComponent