Syntax
SBEAM arg1 arg2 arg3 arg4 arg5
Description
Bar elements are represented in the cross-section as structural units. They are addressed via numbers. After a bar has been created and positioned (node position), it is assigned a boundary line that defines the cross-section of the bar. Spring elements do not have a boundary line.
Arguments
Minimum number: 3
arg1
Value |
unit |
Meaning |
iunit |
INT |
Number of the bar or spring in the cross-section |
arg2
Value |
unit |
Meaning |
LSECT |
KEYWORD |
Node position defined by a point of intersection of two parametric lines |
POINT |
KEYWORD |
Node position defined by a parametric point |
BOUNDARY |
KEYWORD |
Assignment of a boundary line for an existing structural unit |
arg3 - arg4 (arg2 = LSECT)
Value |
unit |
Meaning |
line1[:i] |
TEXT |
Name of the 1st reference line of the point of intersection; the optional suffix ":1" or ":2" determines the number of the point of intersection if an arc is part of the intersection. As there can be up to two points of intersection, one of the two must be determined. This can be on either the first or second clipping line. |
line2[:i] |
TEXT |
Name of the 2nd reference line of the point of intersection; the optional suffix ":1" or ":2" determines the number of the point of intersection if an arc is part of the intersection. As there can be up to two points of intersection, one of the two must be determined. This can be on either the first or second clipping line. |
arg3 (arg2 = POINT)
Value |
unit |
Meaning |
pname |
TEXT |
Name of the parametric point |
arg3 (arg2 = BOUNDARY)
Value |
unit |
Meaning |
bname |
TEXT |
Name of the boundary line that defines the geometry of the bar cross-section |
arg4 (arg2 = BOUNDARY)
Value |
unit |
Meaning |
MESHOPT |
KEYWORD |
The mesh type or the name of the user-defined set is then specified. |
arg5 (arg4 = MESHOPT)
Value |
unit |
Meaning |
optname |
Text |
Name of the user-defined set |
TRIREMESH |
KEYWORD |
Predefined set (see Mesh type) |
CM2REMESH |
KEYWORD |
Predefined set (see Mesh type) |
CM2ANISO |
KEYWORD |
Predefined set (see Mesh type) |
Scopes
CSECTION/CUNITS
Examples
SBEAM 1 LSECT "Zloc" "Yloc"
Bar 1 is created with its node at the origin of the cross-section.
SBEAM 1 BOUNDARY "Boundary1"
The cross-sectional geometry of bar 1 is defined by the boundary line "Boundary1”.
|
(C) ALLPLAN GmbH |
Privacy policy |