C# 클래스 Revit.SDK.Samples.Openings.CS.OpeningInfo

This class contain the data about the Opening (get from Revit) Such as BoundingBox, Profile Curve...
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
OpeningInfo ( Opening opening, UIApplication app ) : System

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile

비공개 메소드들

메소드 설명
AddLine ( List points ) : void

get line from List(points) and add line to m_lines list

GetPoints ( List boundRect ) : List

get four corner points of a rectangular in same plane

GetProfile ( ) : void

get Profile of Opening

메소드 상세

OpeningInfo() 공개 메소드

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile
public OpeningInfo ( Opening opening, UIApplication app ) : System
opening Opening an opening in revit
app UIApplication application object
리턴 System