C# 클래스 Revit.SDK.Samples.CurtainWallGrid.CS.SegmentLine2D

the line class for the segment of grid line, it inherits from Line2D class
상속: Line2D
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
SegmentLine2D ( ) : System

default constructor

SegmentLine2D ( Point startPoint, Point endPoint ) : System

constructor, initialize the segment with end points

SegmentLine2D ( SegmentLine2D segLine2D ) : System

copy constructor

메소드 상세

SegmentLine2D() 공개 메소드

default constructor
public SegmentLine2D ( ) : System
리턴 System

SegmentLine2D() 공개 메소드

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 ///
리턴 System

SegmentLine2D() 공개 메소드

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