C# Class Revit.SDK.Samples.CurtainWallGrid.CS.Line2D

a linear line in 2D point format
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
Line2D ( ) : System

default constructor

Line2D ( Line2D line2D ) : System

copy constructor

Line2D ( Point startPoint, Point endPoint ) : System

constructor

Method Details

Line2D() public method

default constructor
public Line2D ( ) : System
return System

Line2D() public method

copy constructor
public Line2D ( Line2D line2D ) : System
line2D Line2D /// the line to be copied ///
return System

Line2D() public method

constructor
public Line2D ( Point startPoint, Point endPoint ) : System
startPoint Point /// the start point for the line ///
endPoint Point /// the end point for the line ///
return System