C# 클래스 Revit.SDK.Samples.CreateComplexAreaRein.CS.GeomHelper

provide utility method to get geometry data for creating AreaReinforcement on wall or floor
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
GeomHelper ( ) : System

constructor, initialize m_currentDoc

GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool

get necessary data when create AreaReinforcement on a horizontal floor

비공개 메소드들

메소드 설명
AddInlaidCurves ( CurveArray curves, double scale ) : CurveArray

create CurveArray which contain 8 curves, 4 is exterior lines and 4 is interior lines

메소드 상세

GeomHelper() 공개 메소드

constructor, initialize m_currentDoc
public GeomHelper ( ) : System
리턴 System

GetFloorGeom() 공개 메소드

get necessary data when create AreaReinforcement on a horizontal floor
public GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool
floor Floor floor on which to create AreaReinforcemen
refer System.Reference reference of the horizontal face on the floor
curves CurveArray curves compose the horizontal face of the floor
리턴 bool