Stirrup#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
type |
Stirrup type |
|
material |
int |
Material |
cover_points |
List[int] |
Cover Points No. |
diameter |
float |
Stirrup diameter | d_s,st |
diameter_of_curvature |
float |
Stirrup diameter of curvature | d_br,st |
mandrel_diameter_factor |
float |
Mandrel diameter factor | k |
circle_center_coordinate_y |
float |
Circle center | Y |
circle_center_coordinate_z |
float |
Circle center | Z |
circle_center |
Circle center |
|
circle_radius |
float |
Circle radius | r |
segment_table |
Table of stirrup segments |
|
reinforcement_area |
float |
Reinforcement area | a_sw |
length |
float |
Length of one stirrup | L_st,1 |
weight |
float |
Weight of one stirrup | W_st,1 |
comment |
str |
Comment |
parent_layer |
int |
Parent layer |
is_locked_by_parent_layer |
bool |
Locked by parent layer |
generating_object_info |
str |
Generated by |
is_generated |
bool |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
SegmentTable#
Attribute Name |
Data Type |
Description |
|---|---|---|
rows |
List[SegmentTableRow] |
SegmentTableRow#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
|
description |
str |
|
cover_points |
str |
|
segment_type |
||
control_point_coordinate_y |
float |
|
control_point_coordinate_z |
float |
|
radius |
float |
Associated Enums
Type#
Name |
|---|
TYPE_UNKNOWN |
TYPE_CIRCLE |
TYPE_STANDARD |
SegmentType#
Name |
|---|
SEGMENT_TYPE_E_STIRRUP_SEGMENT_TYPE_STRAIGHT |
SEGMENT_TYPE_E_STIRRUP_SEGMENT_TYPE_ARC |