Click or drag to resize

ModifierBeam Properties

The ModifierBeam type exposes the following members.

Properties
  NameDescription
Public propertybending_stiff
setter/getter for bending stiffness (turns beams into trusses and vice versa)
(Overrides BuilderElementbending_stiff.)
Public propertycanBuckle
returns list of nodal indexes or null
(Overrides BuilderElementcanBuckle.)
Public propertycolor
user defined color of the beam-set
(Inherited from BuilderElement.)
Public propertycrosec
return cross section of the element
(Overrides BuilderBeamcrosec.)
Public propertyEcce
nodal eccentricity of the element
(Inherited from BuilderElement.)
Public propertyecce_glo
set/get eccentricity which is defined in the global coordinate system
(Overrides BuilderElementecce_glo.)
Public propertyecce_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
(Overrides BuilderElementecce_loc.)
Public propertyhasEccent
getter for flag which is true if element eccentricity is present
(Inherited from BuilderElement.)
Public propertyid
set/get identifier (name) of the element
(Overrides BuilderElementid.)
Public propertyis_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.
(Overrides BuilderElementis_active.)
Public propertyis_valid
true if the builder element is valid
(Inherited from BuilderElementStraightLine.)
Public propertyis_visible
set/get visibility of the element: true if the element is visible on the canvas
(Inherited from BuilderElement.)
Public propertyIsValid
true if the element is valid
(Inherited from BuilderElement.)
Public propertymodified_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
(Overrides BuilderElementmodified_height.)
Public propertymodified_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
(Overrides BuilderElementmodified_thick.)
Public propertynII
returns list of nodal indexes or null
(Overrides BuilderElementnII.)
Public propertyOri
orientation of the element
(Inherited from BuilderElement.)
Public propertyparent_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;
(Inherited from BuilderElement.)
Public propertyPos
position of the element
(Inherited from BuilderElement.)
Public propertyzg
set distance of transverse load from center of shear. Is positive if the load points towards the center of shear.
(Inherited from BuilderElementStraightLine.)
Top
See Also