Click or drag to resize

Brace Constructor

Eurocode 3 and Eurocode 8 Design Library
Construction of a brace object

Namespace:  EC3Design
Assembly:  EC3Design (in EC3Design.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Brace(
	string _ID,
	double _Length,
	Object _Section,
	Material _Material,
	Node _StartingNode,
	Node _EndingNode
)

Parameters

_ID
Type: SystemString
Brace ID
_Length
Type: SystemDouble
Length
_Section
Type: SystemObject
Section object
_Material
Type: EC3DesignMaterial
Material object
_StartingNode
Type: EC3DesignNode
Starting node object
_EndingNode
Type: EC3DesignNode
Starting node object
See Also