Syntax
SCOMP arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9 arg10 arg11 arg12
Description
Bar elements are represented in the cross-section as structural units. They are addressed via numbers. Once a composite bar has been created and positioned (node position), its composite parts (individual bars) are assigned to it.
The composite bar and all its individual bars must have the same node position.
Arguments
Minimum number: 3
arg1
Value |
unit |
Meaning |
iunit |
INT |
Number of the composite bar in cross-section |
arg2
Value |
unit |
Meaning |
LSECT |
KEYWORD |
Bar position defined by a point of intersection of two parametric lines |
POINT |
KEYWORD |
Bar position defined by a parametric point |
COMP |
KEYWORD |
The numbers of the individual rods that are part of the composite follow. |
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 - arg10 (arg2 = COMP)
Value |
unit |
Meaning |
kunit |
TEXT |
Numbers of up to 8 individual bars that define the composite |
arg-i (arg2 = COMP)
Value |
unit |
Meaning |
MESHOPT |
KEYWORD |
The mesh type or the name of the user-defined set is then specified. The keyword MESHOPT follows the specification of all composite parts. This means i = 3 + number of composite parts |
arg-i+1 (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 "L26" "Zloc"
SBEAM 2 LSECT "L26" "Zloc"
SCOMP 3 LSECT "L26" "Zloc"
Bars 1 - 3 are created and positioned.
SCOMP 3 COMP 1 2
Composite rod 3 is assigned the individual rods 1 and 2.
|
(C) ALLPLAN GmbH |
Privacy policy |