C# 클래스 Revit.SDK.Samples.Openings.CS.Line3D

Line class use to store information about line(include startPoint and endPoint) and get the value via (startPoint, endPoint)property
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Line3D ( ) : System

The default constructor

Line3D ( Vector startPnt, Vector endPnt ) : System

The default constructor

비공개 메소드들

메소드 설명
CalculateDirection ( ) : void

calculate Direction by StartPoint and EndPoint

CalculateEndPoint ( ) : void

calculate EndPoint by StartPoint, Length and Direction

CalculateLength ( ) : void

calculate length by StartPoint and EndPoint

메소드 상세

Line3D() 공개 메소드

The default constructor
public Line3D ( ) : System
리턴 System

Line3D() 공개 메소드

The default constructor
public Line3D ( Vector startPnt, Vector endPnt ) : System
startPnt Vector start point of line
endPnt Vector enn point of line
리턴 System