Click or drag to resize

FrameElementSectionModifiers Class

3D Frame Analysis Library
Class that contains the stiffness modifiers of a frame element section
Inheritance Hierarchy
SystemObject
  Frame3DFrameElementSectionModifiers

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
[SerializableAttribute]
public class FrameElementSectionModifiers

The FrameElementSectionModifiers type exposes the following members.

Constructors
  NameDescription
Public methodFrameElementSectionModifiers
Initializes a new instance of the FrameElementSectionModifiers class
Top
Fields
  NameDescription
Public fieldAMod
Cross section area modifier
Public fieldItMod
Torsional constant modifier
Public fieldIyMod
Inertia moment about local y axis modifier
Public fieldIzMod
Inertia moment about local z axis modifier
Public fieldVyMod
Shear area //local y axis modifier (will be taken into account only if Timshenko element is chosen, otherwise it will not affect the analysis)
Public fieldVzMod
Shear area //local z axis modifier (will be taken into account only if Timshenko element is chosen, otherwise it will not affect the analysis)
Top
See Also