Method | Description | |
---|---|---|
ColumnGeometrySupport ( FamilyInstance element, Options geoOptions ) : System |
constructor for the ColumnGeometrySupport
|
|
GetTransverseRebar ( TransverseRebarLocation location, double spacing ) : RebarGeometry |
Get the geometry information of the transverse rebar
|
|
GetVerticalRebar ( VerticalRebarLocation location, int rebarNumber ) : RebarGeometry |
Get the geometry information of vertical rebar
|
Method | Description | |
---|---|---|
GetColumnLength ( ) : double |
Get the length of the column
|
|
GetColumnWidth ( ) : double |
Get the width of the column
|
public ColumnGeometrySupport ( FamilyInstance element, Options geoOptions ) : System | ||
element | FamilyInstance | the column which the rebars are placed on |
geoOptions | Options | the geometry option |
return | System |
public GetTransverseRebar ( TransverseRebarLocation location, double spacing ) : RebarGeometry | ||
location | TransverseRebarLocation | the location of transverse rebar |
spacing | double | the spacing value of the rebar |
return | RebarGeometry |
public GetVerticalRebar ( VerticalRebarLocation location, int rebarNumber ) : RebarGeometry | ||
location | VerticalRebarLocation | the location of vertical rebar |
rebarNumber | int | the spacing value of the rebar |
return | RebarGeometry |