Skip to main content
Version: 18

Structural

Beams, plates, supports, rigid bodies, diaphragms, link elements, haunches, tapered members.

Beam On IEdge

See the component in use in the script library: Simple Cantilever Beam.

Inputs

NameIdDescription
LayerLThe layer of the beam.
BowImperfectionYBYBow imperfection L/Y. (in the section's coordinate system).
BowImperfectionZBZBow imperfection L/Z. (in the section's coordinate system).
Direction DegreeDDDirection degree pf beam.
DirectionRADDRDirection of the section's Z axis as measured from the reference edge's Z axis, in radians.
EccentricityYEYEccentricity of the beam in the Y direction. Note: this attribute of beams is deprecated, and should not be used.
EccentricityZEZEccentricity of the beam in the Z direction. Note: this attribute of beams is deprecated, and should not be used.
IEdgeEConSteel IEdge.
FiniteElementCountFCNumber of finite elements. 0 means auto determined, maximum is 32.
FiniteElementTypeFTFinite element type of the beam. Right click for possible values.
NameNName of the created structural member. If left empty, once loaded into ConSteel, it will create autoincremented name for it based on the actual open ConSteel model.
ReleaseEndREConSteel release at the beam end point. If left empty, initialized to continuous.
ReleaseStartRSConSteel release at the beam start point. If left empty, initialized to continuous.
SectionSConSteel Section.
StructuralGroupSGConSteel StructuralGroup. By default does not belong to any.

Outputs

NameIdDescription
BeamBThe beam whose attributes you wish to deconstruct.

alt text

ConSteel Plate

See the component in use in the script library: Silo structure.

Inputs

NameIdDescription
Average FE SizeFThe avereage finite element edge size.
MaterialMConSteel release at the beam start point. If left empty, initialized to continuous.
NameNName of the created structural member. If left empty, once loaded into ConSteel, it will create autoincremented name for it based on the actual open ConSteel model.
ConSteel Polygon.Preates a ConSteel Plate from a ConSteel polygon.
StructuralGroupSGConSteel StructuralGroup. By default does not belong to any.
ThicknessTThickness of the plate. The reference polygon is always at the middle line of the plate solid.

Outputs

NameIdDescription
ConSteel PlatePRepresents a plate structural member in ConSteel model.

alt text

Create Release

See the component in use in the script library: Simple multispan frame structure.

Inputs

NameIdDescription
NameNName of the release type
W [kNm2/(rad/m)]WStiffnes W (warping), measured in kNm2/(rad/m). A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
XX [kNm/rad]XXStiffnes XX (around X axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
X [kN/mm]XStiffnes X, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
YY [kNm/rad]YYStiffnes YY (around Y axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
Y [kN/mm]YStiffnes Y, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
ZZ [kNm/rad]ZZStiffnes ZZ (around Z axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
Z [kN/mm]ZStiffnes Z, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.

Outputs

NameIdDescription
ConSteel ReleaseRRepresents a Release type in ConSteel model.

alt text

Support Point

See the component in use in the script library: Simple Cantilever Beam.

Inputs

NameIdDescription
PositionPReference point on the structural member
Eccentricity typeEType of the eccentricity, eg as measured from the beam's reference line, cross section middle point, top-left edge, etc.
Eccentricity YEYEccentricity in Y direction.
Eccentricity ZEZEccentricity in Z direction.
Coordinate SystemCThe coordinate system of the support. If left empty, default world XY is used. If you wish to use the structural member's local coordinate system, Specify true for "Use Local Coordinate System" in that case, this is ignored.
NameNName of the support point. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.
Structural objectSOThe supported structural object.
Support modelSThe support model used for this support.

Outputs

NameIdDescription
ConSteel Support PointSPRepresents a Point Support in ConSteel model.

alt text

Support IEdge

See the component in use in the script library: Simple Cantilever Beam.

Inputs

NameIdDescription
Eccentricity typeEType of the eccentricity, eg as measured from the beam's reference line, cross section middle point, top-left edge, etc.
Eccentricity YEYEccentricity in Y direction.
Eccentricity ZEZEccentricity in Z direction.
Coordinate SystemCThe coordinate system of the support. If left empty, default world XY is used. If you wish to use the structural member's local coordinate system, Specify true for "Use Local Coordinate System" in that case, this is ignored.
NameNName of the support point. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.
Structural objectSOThe supported structural object.
Support modelSThe support model used for this support.
Supported IEdgeSEThe edge to be supported. Only relevant in case of plate members. In case of structural beams, always the whole beam reference edge is used.

Outputs

NameIdDescription
ConSteel SupportI EdgeSERepresents a IEdge Support in ConSteel model.

alt text

Support Plate

See the component in use in the script library: Silo structure.

Inputs

NameIdDescription
Coordinate SystemCThe coordinate system of the support. If left empty, default world XY is used. If you wish to use the reference plate's local coordinate system, Specify true for "Use Local Coordinate System" instead. (in which case this parameter is irrelevant).
NameNName of the support plate. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.
PlatePThe supported structural plate.
Support modelSThe support model used for this support.
Use LCSLUse Local Coordinate System. If set to true, the reference edge's local coordinate system will be used for the support, at the given point, overriding the provided coordinate system.

Outputs

NameIdDescription
ConSteel Support PlateSPRepresents a Plate Support in ConSteel model.

alt text

Rigid Body

Inputs

NameIdDescription
EdgesEThe edges making up this rigid body. Note: if the edges are disjoint, the created rigid body is still valid, but will act as multiple disjoint rigid bodies.
NameNName of the rigid body object. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.

Outputs

NameIdDescription
ConSteel Rigid BodyRBRepresents a Rigid Body Object in ConSteel model.

alt text

Diaphragm

Inputs

NameIdDescription
LoadTransSurfLThe Load Transfer Surface which should be treated as a structural diaphragm by ConSteel analysis.
NameNName of the Diaphragm object. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.

Outputs

NameIdDescription
ConSteel DiaphragmDRepresents a Diaphragm Object in ConSteel model.

alt text

See the component in use in the script library: Simple multispan frame structure.

Inputs

NameIdDescription
ARefEdgeAEThe edge containing the LinkA point. (Hint: can also directly attach a CSBeam param here)
BRefEdgeBEThe edge containing the LinkB point. (Hint: can also directly attach a CSBeam param here)
InterfacePositionIPThe position of the interface between the two endpoints, specified as a ratio between 0 and 1, with 0 meaning right at LinkA point, 0.5 right in the midle, 1 right at LinkB, etc.
LinkAAStart point of the link. (can be any point on the reference edge, not only the endpoints. Hint: can also be specified by a point support, or load on the edge (or a native gh point..))
LinkBBEnd point of the link. (can be any point on the reference edge, not only the endpoints. Hint: can also be specified by a point support, or load on the edge (or a native gh point..))
Link Z directionLDThe Z axis of the link. If left at unset, the link's local coordinate system is calculated as a line's would be (eg if the link is in XY plane, it's X axis will point along it's line, and Z axis along the world Z axis).
NameNName of the support point. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.
ReleaseRThe Release model at the interface point.
RotationROEccentricity in Y direction.

Outputs

NameIdDescription
ConSteel LinkPointLPRepresents a Link type in ConSteel model between 2 points

alt text

Inputs

NameIdDescription
InterfacePositionIPThe position of the interface between the two endpoints, specified as a ratio between 0 and 1, with 0 meaning right at LinkA point, 0.5 right in the midle, 1 right at LinkB, etc.
LinkAAFirst line to be linked. (Hint: can also be specified by pulling a CSBeam directly here.)
LinkBBSecond line to be linked. (Hint: can also be specified by pulling a CSBeam directly here.)
NameNName of the support point. If left empty, ConSteel will autogenerate an enumerated name based on the actual modell at import.
ReleaseRThe Release model at the interface point.

Outputs

NameIdDescription
ConSteel LinkLineLLRepresents a Link type in ConSteel model between 2 paralell same-length lines.

alt text

Support model

Inputs

NameIdDescription
NameNName of the support type
SupportTypeSTGeometric Type of the support, eg.: point (0), edge (1) or surface (2).
W [kNm2/(rad/m)]WStiffnes W (warping), measured in kNm2/(rad/m). A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
XX [kNm/rad]XXStiffnes XX (around X axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
X [kN/mm]XStiffnes X, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
YY [kNm/rad]YYStiffnes ZZ (around Z axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
Y [kN/mm]YStiffnes Y, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
ZZ [kNm/rad]ZZStiffnes YY (around Y axis), measured in kNm/rad. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.
Z [kN/mm]ZStiffnes Z, measured in kN/mm. A negative value means this direction is Fix, a value of 0 means it is Free, and any positive value makes it semi-rigid.

Outputs

NameIdDescription
ConSteel SupportSRepresents a Support type in ConSteel model

alt text

Create Haunch

See the component in use in the script library: Haunched frame.

Inputs

NameIdDescription
Flange Thickness [mm]TfThickness of the haunch flange, if welded.
End Height [mm]EHHeight of the Haunch at the end.
Start Height [mm]SHHeight of the Haunch at the start.
Length [mm]LLength of the haunch.
NameNName of the Haunch.
PlacementPPlacement of the haunch on the beam, eg.: bottom, top, both.
ReverseRIf true, the haunch if going from the beam's endpoint towards it's startpoint.
SectionSSection to use for the haunch, if hot rolled.
Start [mm]StStart positon of the haunch from the beam's start point.
Web Thickness [mm]TwThickness of the haunch web, if welded.
Width [mm]WWidth of the haunch flange, if welded.

Outputs

NameIdDescription
ConSteel HaunchHRepresents a Haunch on a beam in ConSteel model.

alt text

Create Tapering

See the component in use in the script library: Tapered frame with results.

Inputs

NameIdDescription
Eccentricity AdjustmentEccAHeight of the Tapered beam at the end.
End Height [mm]EHHeight of the Tapered beam at the end.
FormatFFormat of the Tapering, eg.: bottom, top, symmetric.
NameNName of the Tapering.
Start Height [mm]SHHeight of the Tapered beam at the start.

Outputs

NameIdDescription
ConSteel TaperingCSTaperingRepresents a tapering on a beam in ConSteel model.

alt text

Deconstruct Component

See the component in use in the script library: Simple multispan frame structure and Purlin distribution, evaluation and model merging.

Inputs

NameIdDescription
Model ObjectMOModel Object

Outputs

Dynamically can change depending on the model objects.

alt text