C# 클래스 Revit.SDK.Samples.WindowWizard.CS.WindowCreation

This class is used for window creation
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_para WizardParameter

공개 메소드들

메소드 설명
CombineAndBuild ( ) : void

The function is used to combine and build the window family

CreateFrame ( ) : void

The function is used to create frame

CreateGlass ( ) : void

The function is used to create glass

CreateMaterial ( ) : void

The function is used to create material

CreateSash ( ) : void

The function is used to create sash

WindowCreation ( WizardParameter parameter ) : System

The constructor of WindowCreation

메소드 상세

CombineAndBuild() 공개 추상적인 메소드

The function is used to combine and build the window family
public abstract CombineAndBuild ( ) : void
리턴 void

CreateFrame() 공개 추상적인 메소드

The function is used to create frame
public abstract CreateFrame ( ) : void
리턴 void

CreateGlass() 공개 추상적인 메소드

The function is used to create glass
public abstract CreateGlass ( ) : void
리턴 void

CreateMaterial() 공개 추상적인 메소드

The function is used to create material
public abstract CreateMaterial ( ) : void
리턴 void

CreateSash() 공개 추상적인 메소드

The function is used to create sash
public abstract CreateSash ( ) : void
리턴 void

WindowCreation() 공개 메소드

The constructor of WindowCreation
public WindowCreation ( WizardParameter parameter ) : System
parameter WizardParameter WizardParameter
리턴 System

프로퍼티 상세

m_para 공개적으로 프로퍼티

The parameter of Window wizard
public WizardParameter,Revit.SDK.Samples.WindowWizard.CS m_para
리턴 WizardParameter