|
|
BuilderElement Properties |
The BuilderElement type exposes the following members.
| Name | Description | |
|---|---|---|
| bending_stiff |
setter/getter for bending stiffness (turns beams into trusses and vice versa)
| |
| canBuckle |
returns list of nodal indexes or null
| |
| color |
user defined color of the beam-set
| |
| crosec |
return cross section of the element
| |
| Ecce |
nodal eccentricity of the element
| |
| ecce_glo |
set/get eccentricity which is defined in the global coordinate system
| |
| ecce_loc |
sets/gets eccentricity which is local to the element and can be separately set for each of them.
The other types of eccentricity would be either attached to a cross section or oriented globally
| |
| hasEccent |
getter for flag which is true if element eccentricity is present
| |
| id |
set/get identifier (name) of the element
| |
| is_active |
set/get activation state of the element. If not active, the elements stiffness is reduced
to such a degree that it does not influence results any more (soft-kill approach). The small
remaining stiffness should however suffice to keep the system from becoming numerically
kinematic.
| |
| is_valid |
true if the builder element is valid
| |
| is_visible |
set/get visibility of the element: true if the element is visible on the canvas
| |
| IsValid |
true if the element is valid
| |
| modified_height |
set gets the cross section height (depth) modification factor of the this element. Can
be set in a GH definition with the ModifyBeam-component
| |
| modified_thick |
set gets the cross section wall thickness modification factor of the this element. Can
be set in a GH definition with the ModifyBeam-component
| |
| nII |
returns list of nodal indexes or null
| |
| Ori |
orientation of the element
| |
| parent_ind |
index of parent element from which this element may inherit its properties
(material, cross section,...)
A negative value signals that there is no parent;
| |
| Pos |
position of the element
|