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

the class stores the baseline data for curtain wall
상속: Line2D
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

clear the stored data

WallBaseline2D ( ) : System

default constructor

WallBaseline2D ( Point startPoint, Point endPoint ) : System

constructor

WallBaseline2D ( WallBaseline2D wallLine2D ) : System

copy constructor

메소드 상세

Clear() 공개 메소드

clear the stored data
public Clear ( ) : void
리턴 void

WallBaseline2D() 공개 메소드

default constructor
public WallBaseline2D ( ) : System
리턴 System

WallBaseline2D() 공개 메소드

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

WallBaseline2D() 공개 메소드

copy constructor
public WallBaseline2D ( WallBaseline2D wallLine2D ) : System
wallLine2D WallBaseline2D /// the line to be copied ///
리턴 System