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

a linear line in 2D point format
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Line2D ( ) : System

default constructor

Line2D ( Line2D line2D ) : System

copy constructor

Line2D ( Point startPoint, Point endPoint ) : System

constructor

메소드 상세

Line2D() 공개 메소드

default constructor
public Line2D ( ) : System
리턴 System

Line2D() 공개 메소드

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

Line2D() 공개 메소드

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