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

This class is used for window creation
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Свойство Type Description
m_para WizardParameter

Méthodes publiques

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

Method Details

CombineAndBuild() public abstract méthode

The function is used to combine and build the window family
public abstract CombineAndBuild ( ) : void
Résultat void

CreateFrame() public abstract méthode

The function is used to create frame
public abstract CreateFrame ( ) : void
Résultat void

CreateGlass() public abstract méthode

The function is used to create glass
public abstract CreateGlass ( ) : void
Résultat void

CreateMaterial() public abstract méthode

The function is used to create material
public abstract CreateMaterial ( ) : void
Résultat void

CreateSash() public abstract méthode

The function is used to create sash
public abstract CreateSash ( ) : void
Résultat void

WindowCreation() public méthode

The constructor of WindowCreation
public WindowCreation ( WizardParameter parameter ) : System
parameter WizardParameter WizardParameter
Résultat System

Property Details

m_para public_oe property

The parameter of Window wizard
public WizardParameter,Revit.SDK.Samples.WindowWizard.CS m_para
Résultat WizardParameter