C# 클래스 GeometryAPI.LineSegment

상속: Figure, ILengthMeasurable
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetLength ( ) : double
GetPrimaryMeasure ( ) : double
LineSegment ( Vector3D a, Vector3D b ) : System

메소드 상세

GetLength() 공개 메소드

public GetLength ( ) : double
리턴 double

GetPrimaryMeasure() 공개 메소드

public GetPrimaryMeasure ( ) : double
리턴 double

LineSegment() 공개 메소드

public LineSegment ( Vector3D a, Vector3D b ) : System
a Vector3D
b Vector3D
리턴 System