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

the line class for the segment of grid line, it inherits from Line2D class
Inheritance: Line2D
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
SegmentLine2D ( ) : System

default constructor

SegmentLine2D ( Point startPoint, Point endPoint ) : System

constructor, initialize the segment with end points

SegmentLine2D ( SegmentLine2D segLine2D ) : System

copy constructor

Method Details

SegmentLine2D() public méthode

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

SegmentLine2D() public méthode

constructor, initialize the segment with end points
public SegmentLine2D ( Point startPoint, Point endPoint ) : System
startPoint Point /// the start point of the segment ///
endPoint Point /// the end point of the segment ///
Résultat System

SegmentLine2D() public méthode

copy constructor
public SegmentLine2D ( SegmentLine2D segLine2D ) : System
segLine2D SegmentLine2D /// the source segment line 2D ///
Résultat System