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

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

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

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

create Opening on wall

GetNeedPoints ( List faces ) : List>

Get points of first face

GetTo2DMatrix ( ) : Matrix4

Get a matrix which can transform points to 2D

ProfileWall ( Wall wall, ExternalCommandData commandData ) : System

constructor

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

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

create Opening on wall
public CreateOpening ( List points ) : Opening
points List points used to create Opening
Результат Opening

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

Get points of first face
public GetNeedPoints ( List faces ) : List>
faces List edges in all faces
Результат List>

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

Get a matrix which can transform points to 2D
public GetTo2DMatrix ( ) : Matrix4
Результат Matrix4

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

constructor
public ProfileWall ( Wall wall, ExternalCommandData commandData ) : System
wall Wall wall to create Opening on
commandData ExternalCommandData object which contains reference of Revit Application
Результат System