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

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

공개 메소드들

메소드 설명
DrawOpening ( List points, ToolType type ) : void

Create Opening on floor

ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System

Constructor

비공개 메소드들

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

Create Opening which make up of Arc on floor

DrawCircleOpening ( List points ) : void

Create Opening which make up of Circle on floor

DrawPlineOpening ( List points ) : void

Create Opening which make up of line on floor

메소드 상세

DrawOpening() 공개 메소드

Create Opening on floor
public DrawOpening ( List points, ToolType type ) : void
points List Points use to create Opening
type ToolType Tool type
리턴 void

ProfileFloor() 공개 메소드

Constructor
public ProfileFloor ( Floor floor, ExternalCommandData commandData ) : System
floor Floor Selected floor
commandData ExternalCommandData ExternalCommandData
리턴 System