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

Inherited from WindowCreation class
Inheritance: WindowCreation
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode 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

Méthode 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 méthode

The implementation of CombineAndBuild() ,defining New Window Types
public CombineAndBuild ( ) : void
Résultat void

CreateFrame() public méthode

The implementation of CreateFrame()
public CreateFrame ( ) : void
Résultat void

CreateGlass() public méthode

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

CreateMaterial() public méthode

The implementation of CreateMaterial()
public CreateMaterial ( ) : void
Résultat void

CreateSash() public méthode

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

DoubleHungWinCreation() public méthode

constructor of DoubleHungWinCreation
public DoubleHungWinCreation ( WizardParameter para, ExternalCommandData commandData ) : System
para WizardParameter WizardParameter
commandData ExternalCommandData ExternalCommandData
Résultat System