C# Class Revit.SDK.Samples.WindowWizard.CS.DoubleHungWinCreation

Inherited from WindowCreation class
Inheritance: WindowCreation
Datei anzeigen Open project: AMEE/revit

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CombineAndBuild() public method

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

CreateFrame() public method

The implementation of CreateFrame()
public CreateFrame ( ) : void
return void

CreateGlass() public method

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

CreateMaterial() public method

The implementation of CreateMaterial()
public CreateMaterial ( ) : void
return void

CreateSash() public method

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

DoubleHungWinCreation() public method

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