Метод | Описание | |
---|---|---|
ColumnFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System |
Constructor of the ColumnFramReinMaker
|
|
FillTransverseBar ( TransverseRebarLocation location ) : Rebar |
Create the transverse rebars, according to the transverse rebar location
|
|
FillTransverseBars ( ) : bool |
create the transverse rebars for the column
|
|
FillVerticalBar ( VerticalRebarLocation location ) : Rebar |
Create the vertical rebar according the location
|
Метод | Описание | |
---|---|---|
AssertData ( ) : bool |
Override method to do some further checks
|
|
DisplayForm ( ) : bool |
Display a form to collect the information for column reinforcement creation
|
|
FillWithBars ( ) : bool |
Override method to create rebars on the selected column
|
Метод | Описание | |
---|---|---|
FillVerticalBars ( ) : bool |
create the all the vertial rebar
|
public ColumnFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System | ||
commandData | ExternalCommandData | the ExternalCommandData reference |
hostObject | FamilyInstance | the host column |
Результат | System |
public FillTransverseBar ( TransverseRebarLocation location ) : Rebar | ||
location | TransverseRebarLocation | location of rebar which need to be created |
Результат | Rebar |
public FillVerticalBar ( VerticalRebarLocation location ) : Rebar | ||
location | VerticalRebarLocation | location of rebar which need to be created |
Результат | Rebar |