C# Class Revit.SDK.Samples.Reinforcement.CS.ColumnFramReinMaker

The class derived form FramReinMaker showes how to create the rebars for a column
Inheritance: FramReinMaker
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
FillVerticalBars ( ) : bool

create the all the vertial rebar

Method Details

AssertData() protected méthode

Override method to do some further checks
protected AssertData ( ) : bool
Résultat bool

ColumnFramReinMaker() public méthode

Constructor of the ColumnFramReinMaker
public ColumnFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System
commandData ExternalCommandData the ExternalCommandData reference
hostObject FamilyInstance the host column
Résultat System

DisplayForm() protected méthode

Display a form to collect the information for column reinforcement creation
protected DisplayForm ( ) : bool
Résultat bool

FillTransverseBar() public méthode

Create the transverse rebars, according to the transverse rebar location
public FillTransverseBar ( TransverseRebarLocation location ) : Rebar
location TransverseRebarLocation location of rebar which need to be created
Résultat Rebar

FillTransverseBars() public méthode

create the transverse rebars for the column
public FillTransverseBars ( ) : bool
Résultat bool

FillVerticalBar() public méthode

Create the vertical rebar according the location
public FillVerticalBar ( VerticalRebarLocation location ) : Rebar
location VerticalRebarLocation location of rebar which need to be created
Résultat Rebar

FillWithBars() protected méthode

Override method to create rebars on the selected column
protected FillWithBars ( ) : bool
Résultat bool