Method | Description | |
---|---|---|
BeamFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System |
Constructor of the BeamFramReinMaker
|
|
FillBottomBars ( ) : bool |
Create the rebar at the bottom of beam
|
|
FillTransverseBar ( TransverseRebarLocation location ) : Rebar |
Create the transverse rebars, according to the location of transverse rebars
|
|
FillTransverseBars ( ) : bool |
Create the transverse rebars
|
Method | Description | |
---|---|---|
AssertData ( ) : bool |
Override method to do some further checks
|
|
DisplayForm ( ) : bool |
Display a form to collect the information for beam reinforcement creation
|
|
FillWithBars ( ) : bool |
Override method to create rebar on the selected beam
|
Method | Description | |
---|---|---|
FillTopBar ( TopRebarLocation location ) : Rebar |
Create the rebar at the top of beam, according to the top rebar location
|
|
FillTopBars ( ) : bool |
Create the rebar at the top of beam
|
|
GetTopHookOrient ( RebarGeometry geomInfo, TopRebarLocation location ) : RebarHookOrientation |
Get the hook orient of the top rebar
|
public BeamFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System | ||
commandData | ExternalCommandData | the ExternalCommandData reference |
hostObject | FamilyInstance | the host beam |
return | System |
public FillTransverseBar ( TransverseRebarLocation location ) : Rebar | ||
location | TransverseRebarLocation | location of rebar which need to be created |
return | Rebar |