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

The geometry support for reinforcement creation on conlumn. It can prepare the geometry information for transverse and vertical rebar creation
Наследование: GeometrySupport
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ColumnGeometrySupport ( FamilyInstance element, Options geoOptions ) : System

constructor for the ColumnGeometrySupport

GetTransverseRebar ( TransverseRebarLocation location, double spacing ) : RebarGeometry

Get the geometry information of the transverse rebar

GetVerticalRebar ( VerticalRebarLocation location, int rebarNumber ) : RebarGeometry

Get the geometry information of vertical rebar

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

Метод Описание
GetColumnLength ( ) : double

Get the length of the column

GetColumnWidth ( ) : double

Get the width of the column

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

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

constructor for the ColumnGeometrySupport
public ColumnGeometrySupport ( FamilyInstance element, Options geoOptions ) : System
element FamilyInstance the column which the rebars are placed on
geoOptions Options the geometry option
Результат System

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

Get the geometry information of the transverse rebar
public GetTransverseRebar ( TransverseRebarLocation location, double spacing ) : RebarGeometry
location TransverseRebarLocation the location of transverse rebar
spacing double the spacing value of the rebar
Результат RebarGeometry

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

Get the geometry information of vertical rebar
public GetVerticalRebar ( VerticalRebarLocation location, int rebarNumber ) : RebarGeometry
location VerticalRebarLocation the location of vertical rebar
rebarNumber int the spacing value of the rebar
Результат RebarGeometry