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

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

Public Methods

Method 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 method

default constructor
public SegmentLine2D ( ) : System
return System

SegmentLine2D() public method

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 ///
return System

SegmentLine2D() public method

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