Utils¶
Staggered patterns¶
-
actions.utils.staggered_patterns.
loadPatternNamesList
(preprocessor)¶ return list of load pattern names
Parameters: preprocessor – preprocessor name
-
actions.utils.staggered_patterns.
staggeredPatternType1
(lIndX, lIndY, indZ)¶ return a list of grid ranges that delimit a set of staggered patterned surfaces, i.e. in a floor of a building, from the following parameters:
Parameters: - lIndX – list of X-index that point to the X-coordinates of the strips edges.
- lIndY – list of Y-index that point to the Y-coordinates of the strips edges.
- indZ – Z-index that points to the Z-coordinate of all the surfaces
The first vertex considered is (lIndX[0],lIndY[0],indZ)
-
actions.utils.staggered_patterns.
staggeredPatternType2
(lIndX, lIndY, indZ)¶ return a list of grid ranges that delimit a set of staggered patterned surfaces, i.e. in a floor of a buildin from the following parameters:
Parameters: - lIndX – list of X-index that point to the X-coordinates of the strips edges.
- lIndY – list of Y-index that point to the Y-coordinates of the strips edges.
- indZ – Z-index that points to the Z-coordinate of all the surfaces
The first vertex considered is (lIndX[0],lIndY[1],indZ)