Load¶
- class xc.Load¶
Bases:
xc.DomainComponent
- class xc.NodalLoad¶
Bases:
xc.Load
- property getForce¶
Returns the force components of the load vector.
- property getLoadVector¶
Returns the load vector.
- property getMoment¶
Returns the moment components of the load vector.
- property getNode¶
Returns loaded node.
- property getNodeTag¶
Returns loaded node tag.
- class xc.ElementalLoad¶
Bases:
xc.Load
- property category¶
Return the category of the load (uniform, punctual,…)
- property 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