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

Line class use to store information about line(include startPoint and endPoint) and get the value via (startPoint, endPoint)property
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Line3D ( ) : System

The default constructor

Line3D ( Vector startPnt, Vector endPnt ) : System

The default constructor

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

Метод Описание
CalculateDirection ( ) : void

calculate Direction by StartPoint and EndPoint

CalculateEndPoint ( ) : void

calculate EndPoint by StartPoint, Length and Direction

CalculateLength ( ) : void

calculate length by StartPoint and EndPoint

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

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

The default constructor
public Line3D ( ) : System
Результат System

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

The default constructor
public Line3D ( Vector startPnt, Vector endPnt ) : System
startPnt Vector start point of line
endPnt Vector enn point of line
Результат System