Eurocode 3 and Eurocode 8 Design Library
Initialization of a frame element
Namespace:
EC3Design
Assembly:
EC3Design (in EC3Design.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FrameElement(
string _ID,
double _Length,
Object __Section,
Material _Material,
Node _StartingNode,
Node _EndingNode
)
Public Sub New (
_ID As String,
_Length As Double,
__Section As Object,
_Material As Material,
_StartingNode As Node,
_EndingNode As Node
)
Parameters
- _ID
- Type: SystemString
ID of the frame element - _Length
- Type: SystemDouble
Length - __Section
- Type: SystemObject
The Section object to assign to the frame element, eg a HSection object - _Material
- Type: EC3DesignMaterial
The Material object to assign to the frame element - _StartingNode
- Type: EC3DesignNode
Starting node - _EndingNode
- Type: EC3DesignNode
Ending node
See Also