C# Класс Revit.SDK.Samples.Openings.CS.OpeningInfo

This class contain the data about the Opening (get from Revit) Such as BoundingBox, Profile Curve...
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OpeningInfo ( Opening opening, UIApplication app ) : System

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile

Приватные методы

Метод Описание
AddLine ( List points ) : void

get line from List(points) and add line to m_lines list

GetPoints ( List boundRect ) : List

get four corner points of a rectangular in same plane

GetProfile ( ) : void

get Profile of Opening

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

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

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile
public OpeningInfo ( Opening opening, UIApplication app ) : System
opening Opening an opening in revit
app UIApplication application object
Результат System