C# Класс Revit.SDK.Samples.WindowWizard.CS.DoubleHungWinCreation

Inherited from WindowCreation class
Наследование: WindowCreation
Показать файл Открыть проект

Открытые методы

Метод Описание
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