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

a linear line in 2D point format
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
Line2D ( ) : System

default constructor

Line2D ( Line2D line2D ) : System

copy constructor

Line2D ( Point startPoint, Point endPoint ) : System

constructor

Method Details

Line2D() public méthode

default constructor
public Line2D ( ) : System
Résultat System

Line2D() public méthode

copy constructor
public Line2D ( Line2D line2D ) : System
line2D Line2D /// the line to be copied ///
Résultat System

Line2D() public méthode

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