Method | Description | |
---|---|---|
CorbelFrame ( FamilyInstance corbel, |
Constructor to initialize the fields.
|
|
Parse ( FamilyInstance corbel ) : |
Parse the geometry of given Corbel and create a CorbelFrame if the corbel is slopped, otherwise exception thrown.
|
|
Reinforce ( |
Add bars to reinforce the Corbel FamilyInstance with given options. The bars including: a multi-planar bar, top straight bars, stirrup bars, and host straight bars.
|
Method | Description | |
---|---|---|
PlaceCorbelHostBars ( |
Add straight bars into corbel Host to anchor corbel stirrup bars.
|
|
PlaceMultiplanarRebar ( |
Add a multi-planar bar into corbel with given options.
|
|
PlaceStirrupBars ( |
Add stirrup bars into corbel with given options.
|
|
PlaceStraightBars ( |
Add straight bars into corbel with given options.
|
|
ShowRebar3d ( Rebar rebar ) : void |
Show the given rebar as solid in 3d view.
|
public CorbelFrame ( FamilyInstance corbel, |
||
corbel | FamilyInstance | Corbel family instance |
profile | Trapezoid profile | |
path | System.Line | Extrusion Line |
hostDepth | double | Corbel Host Depth |
hostTopCorverDistance | double | Corbel Host cover distance |
return | System |
public static Parse ( FamilyInstance corbel ) : |
||
corbel | FamilyInstance | Corbel to parse |
return |
public Reinforce ( |
||
rebarOptions | Options for Rebar Creation | |
return | void |