|
virtual TType | getType () const =0 |
|
virtual const IThing * | getIThing () const =0 |
| Returns a const IThing pointer.
|
|
virtual IThing * | getIThing ()=0 |
| Returns a IThing pointer.
|
|
virtual QString | getKeyword () const =0 |
|
virtual const ISEL * | getNext () const =0 |
| or 0 for the last element ofthe list. See ISELList::getFirstSEL()
|
|
virtual quint32 | getNumNd () const =0 |
| Returns the number of sel-nodes comprising this structural element.
|
|
virtual const ISELNode * | getNdPtr (quint32 loc_ndnum) const =0 |
| Returns a const pointer to a sel-node located at loc_ndnum in the sel-node array (Zero-based)
|
|
virtual ISELNode * | getNdPtr (quint32 loc_ndnum)=0 |
| Returns a pointer to a sel-node located at loc_ndnum in the sel node-array (Zero-based)
|
|
virtual bool | getMark () const =0 |
| Returns true if structural element is 'marked', see setMark()
|
|
virtual void | setMark (bool b)=0 |
| Sets the structural element Mark flag, see getMark()
|
|
virtual double | getDensity () const =0 |
| Returns the structural element density, see setDensity()
|
|
virtual void | setDensity (double d)=0 |
| Sets the structural element density, see getDensity()
|
|
virtual Axes3D | getLocalSys () const =0 |
| Returns the axes of the structural element local coordinate system.
|
|
virtual Axes3D | getMaterialSys () const =0 |
| Returns the local axes system used to represent material properties.
|
|
virtual double | getThExp () const =0 |
| Returns the structural element thermal expansion coefficient, see setThExp()
|
|
virtual void | setThExp (double d)=0 |
| Sets the structural element thermal expansion coefficient, see getThExp()
|
|
virtual QString | getYieldName (YieldState state) const =0 |
| Returns the name of the state for this structural element. Possible values are no, now, past
|
|
virtual double | getForceAtNode2 (quint32 dof, quint32 end, bool local=false) const =0 |
|
virtual DVect | getForceAtNode2 (quint32 end, bool trans, bool local=false) const =0 |
|
virtual double | getGravityLoadOnNodes () const =0 |
| Returns the average gravitational load actuating in one node: density * volume / number of nodes.
|
|
virtual CLinkType< ISEL > | getNextLink (quint32 node) const =0 |
| Returns the next SEL in the list of SELs connected to node index /a node.
|
|
virtual double | getArea () const =0 |
|
virtual QStringList | getProperties () const =0 |
|
virtual QVariant | getProperty (quint32 index) const =0 |
|
virtual bool | setProperty (quint32 index, const QVariant &val)=0 |
|
virtual bool | IsEmbedded () const =0 |
|
virtual bool | IsDowel () const =0 |
|
virtual bool | supportsEmbedding () const =0 |
|