Click or drag to resize

CableSuperElement Constructor

3D Frame Analysis Library
Initialization of a cable super element

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public CableSuperElement(
	int _index,
	SuperNode _StartingNode,
	SuperNode _EndingNode,
	Material _Material,
	CableElementSection _Section
)

Parameters

_index
Type: SystemInt32
Index (must be unique)
_StartingNode
Type: Frame3DSuperNode
Starting node object
_EndingNode
Type: Frame3DSuperNode
Ending node object
_Material
Type: Frame3DMaterial
Material object
_Section
Type: Frame3DCableElementSection
Section object
See Also