C# 클래스 RevitLookup.GeomUtils

Summary description for GeomUtils.
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

공개 프로퍼티들

프로퍼티 타입 설명
kOrigin XYZ
kXAxis XYZ
kYAxis XYZ
kZAxis XYZ

공개 메소드들

메소드 설명
DegreesToRadians ( double degrees ) : double
GeomUtils ( ) : System
GetClosestPt ( XYZ pt, System pts ) : XYZ

given an array of pts, find the closest pt to a given pt

Greater ( XYZ pt1, XYZ pt2, XYZ axis ) : XYZ

Given two points and an axis, returns the point with the greater value along the axis

Midpoint ( XYZ pt1, XYZ pt2 ) : XYZ
RadiansToDegrees ( double rads ) : double

메소드 상세

DegreesToRadians() 공개 정적인 메소드

public static DegreesToRadians ( double degrees ) : double
degrees double
리턴 double

GeomUtils() 공개 메소드

public GeomUtils ( ) : System
리턴 System

GetClosestPt() 공개 정적인 메소드

given an array of pts, find the closest pt to a given pt
public static GetClosestPt ( XYZ pt, System pts ) : XYZ
pt XYZ
pts System
리턴 XYZ

Greater() 공개 정적인 메소드

Given two points and an axis, returns the point with the greater value along the axis
public static Greater ( XYZ pt1, XYZ pt2, XYZ axis ) : XYZ
pt1 XYZ point 1 to compare
pt2 XYZ point 2 to compare
axis XYZ axis to compare along
리턴 XYZ

Midpoint() 공개 정적인 메소드

public static Midpoint ( XYZ pt1, XYZ pt2 ) : XYZ
pt1 XYZ
pt2 XYZ
리턴 XYZ

RadiansToDegrees() 공개 정적인 메소드

public static RadiansToDegrees ( double rads ) : double
rads double
리턴 double

프로퍼티 상세

kOrigin 공개적으로 정적으로 프로퍼티

public static XYZ kOrigin
리턴 XYZ

kXAxis 공개적으로 정적으로 프로퍼티

public static XYZ kXAxis
리턴 XYZ

kYAxis 공개적으로 정적으로 프로퍼티

public static XYZ kYAxis
리턴 XYZ

kZAxis 공개적으로 정적으로 프로퍼티

public static XYZ kZAxis
리턴 XYZ