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

This class is used for window creation
Datei anzeigen Open project: AMEE/revit Class Usage Examples

Public Properties

Property Type Description
m_para WizardParameter

Public Methods

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

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

CreateFrame() public abstract method

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

CreateGlass() public abstract method

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

CreateMaterial() public abstract method

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

CreateSash() public abstract method

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

WindowCreation() public method

The constructor of WindowCreation
public WindowCreation ( WizardParameter parameter ) : System
parameter WizardParameter WizardParameter
return System

Property Details

m_para public_oe property

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