C# Класс Revit.SDK.Samples.Reinforcement.CS.BeamFramReinMaker

The class derived from FramReinMaker shows how to create the rebars for a beam
Наследование: FramReinMaker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AssertData() защищенный Метод

Override method to do some further checks
protected AssertData ( ) : bool
Результат bool

BeamFramReinMaker() публичный Метод

Constructor of the BeamFramReinMaker
public BeamFramReinMaker ( ExternalCommandData commandData, FamilyInstance hostObject ) : System
commandData ExternalCommandData the ExternalCommandData reference
hostObject FamilyInstance the host beam
Результат System

DisplayForm() защищенный Метод

Display a form to collect the information for beam reinforcement creation
protected DisplayForm ( ) : bool
Результат bool

FillBottomBars() публичный Метод

Create the rebar at the bottom of beam
public FillBottomBars ( ) : bool
Результат bool

FillTransverseBar() публичный Метод

Create the transverse rebars, according to the location of transverse rebars
public FillTransverseBar ( TransverseRebarLocation location ) : Rebar
location TransverseRebarLocation location of rebar which need to be created
Результат Rebar

FillTransverseBars() публичный Метод

Create the transverse rebars
public FillTransverseBars ( ) : bool
Результат bool

FillWithBars() защищенный Метод

Override method to create rebar on the selected beam
protected FillWithBars ( ) : bool
Результат bool