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

Inherited from WindowCreation class
상속: WindowCreation
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
CombineAndBuild ( ) : void

The implementation of CombineAndBuild() ,defining New Window Types

CreateFrame ( ) : void

The implementation of CreateFrame()

CreateGlass ( ) : void

The implementation of CreateGlass(), creating the Window Glass Solid Geometry

CreateMaterial ( ) : void

The implementation of CreateMaterial()

CreateSash ( ) : void

The implementation of CreateSash(),and creating the Window Sash Solid Geometry

DoubleHungWinCreation ( WizardParameter para, ExternalCommandData commandData ) : System

constructor of DoubleHungWinCreation

비공개 메소드들

메소드 설명
CollectTemplateInfo ( ) : void

The method is used to collect template information, specifying the New Window Parameters

CreateCommon ( ) : void

The method is used to create common class variables in this class

CreateVisibility ( ) : FamilyElementVisibility

The method is used to create a FamilyElementVisibility instance

newFamilyType ( WindowParameter para ) : bool

the method is used to create new family type

메소드 상세

CombineAndBuild() 공개 메소드

The implementation of CombineAndBuild() ,defining New Window Types
public CombineAndBuild ( ) : void
리턴 void

CreateFrame() 공개 메소드

The implementation of CreateFrame()
public CreateFrame ( ) : void
리턴 void

CreateGlass() 공개 메소드

The implementation of CreateGlass(), creating the Window Glass Solid Geometry
public CreateGlass ( ) : void
리턴 void

CreateMaterial() 공개 메소드

The implementation of CreateMaterial()
public CreateMaterial ( ) : void
리턴 void

CreateSash() 공개 메소드

The implementation of CreateSash(),and creating the Window Sash Solid Geometry
public CreateSash ( ) : void
리턴 void

DoubleHungWinCreation() 공개 메소드

constructor of DoubleHungWinCreation
public DoubleHungWinCreation ( WizardParameter para, ExternalCommandData commandData ) : System
para WizardParameter WizardParameter
commandData ExternalCommandData ExternalCommandData
리턴 System