C# 클래스 Revit.SDK.Samples.ShaftHolePuncher.CS.ProfileFloor

ProfileFloor class contains the information about profile of floor, and contains method used to create Opening on floor
상속: Profile
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateOpening ( List points ) : Opening

Create Opening on floor

GetNeedPoints ( List faces ) : List>

Get points of the first face

GetTo2DMatrix ( ) : Matrix4

Get a matrix which can transform points to 2D

ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System

constructor

메소드 상세

CreateOpening() 공개 메소드

Create Opening on floor
public CreateOpening ( List points ) : Opening
points List points used to create Opening
리턴 Opening

GetNeedPoints() 공개 메소드

Get points of the first face
public GetNeedPoints ( List faces ) : List>
faces List edges in all faces
리턴 List>

GetTo2DMatrix() 공개 메소드

Get a matrix which can transform points to 2D
public GetTo2DMatrix ( ) : Matrix4
리턴 Matrix4

ProfileFloor() 공개 메소드

constructor
public ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System
floor Floor floor to create Opening on
commandData ExternalCommandData object which contains reference of Revit Application
리턴 System