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
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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