Click or drag to resize

FrameSuperElement Constructor

3D Frame Analysis Library
Initialization of a frame super element

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public FrameSuperElement(
	int _index,
	SuperNode _StartingNode,
	SuperNode _EndingNode,
	GeometryXYZ _PointInPlaneXY,
	Material _Material,
	FrameElementSection _Section,
	MemberReleases _StartingNode_Releases,
	MemberReleases _EndingNode_Releases,
	bool _LumpedMassMatrix,
	bool _ConsiderShearEffect
)

Parameters

_index
Type: SystemInt32
Index (must be unique)
_StartingNode
Type: Frame3DSuperNode
Starting node object
_EndingNode
Type: Frame3DSuperNode
Ending node object
_PointInPlaneXY
Type: MathLibGeometryXYZ
A 3d point in global coordinate system that lies on the plane xy of the local system of the element
_Material
Type: Frame3DMaterial
Material object
_Section
Type: Frame3DFrameElementSection
Section object
_StartingNode_Releases
Type: Frame3DMemberReleases
Released dofs of starting node
_EndingNode_Releases
Type: Frame3DMemberReleases
Released dofs of ending node
_LumpedMassMatrix
Type: SystemBoolean
True to create a lumped mass matrix during dynamic analysis
_ConsiderShearEffect
Type: SystemBoolean
True, if shear work will be considered (Timoshenko element)
Remarks
It is used for the placement of the member about its longitudinal axis (x)
See Also