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

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

공개 메소드들

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

Create opening on wall

ProfileWall ( Wall wall, ExternalCommandData commandData ) : System

Constructor

메소드 상세

DrawOpening() 공개 메소드

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

ProfileWall() 공개 메소드

Constructor
public ProfileWall ( Wall wall, ExternalCommandData commandData ) : System
wall Wall Selected wall
commandData ExternalCommandData ExternalCommandData
리턴 System