C# Класс Revit.SDK.Samples.NewOpenings.CS.ProfileWall

ProfileWall class contain the information about profile of wall, and contain method to create Opening on wall
Наследование: Profile
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawOpening ( List points, ToolType type ) : void

Create opening on wall

ProfileWall ( Wall wall, ExternalCommandData commandData ) : System

Constructor

Описание методов

DrawOpening() публичный Метод

Create opening on wall
public DrawOpening ( List points, ToolType type ) : void
points List Points use to create Opening
type ToolType Tool type
Результат void

ProfileWall() публичный Метод

Constructor
public ProfileWall ( Wall wall, ExternalCommandData commandData ) : System
wall Wall Selected wall
commandData ExternalCommandData ExternalCommandData
Результат System