C# Класс Revit.SDK.Samples.CurtainWallGrid.CS.Line2D

a linear line in 2D point format
Показать файл Открыть проект Примеры использования класса

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

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

default constructor

Line2D ( Line2D line2D ) : System

copy constructor

Line2D ( Point startPoint, Point endPoint ) : System

constructor

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

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

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

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

copy constructor
public Line2D ( Line2D line2D ) : System
line2D Line2D /// the line to be copied ///
Результат System

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

constructor
public Line2D ( Point startPoint, Point endPoint ) : System
startPoint Point /// the start point for the line ///
endPoint Point /// the end point for the line ///
Результат System