C# 클래스 ARUP.IssueTracker.Revit.Classes.Utils

파일 보기 프로젝트 열기: ArupAus/issue-tracker

공개 메소드들

메소드 설명
ConvertBasePoint ( Document doc, XYZ c, XYZ view, XYZ up, bool negative ) : ViewOrientation3D

MOVES THE CAMERA ACCORDING TO THE PROJECT BASE LOCATION function that changes the coordinates accordingly to the project base location to an absolute location (for BCF export) if the value negative is set to true, does the opposite (for opening BCF views)

GetXYZ ( double x, double y, double z ) : XYZ

메소드 상세

ConvertBasePoint() 공개 정적인 메소드

MOVES THE CAMERA ACCORDING TO THE PROJECT BASE LOCATION function that changes the coordinates accordingly to the project base location to an absolute location (for BCF export) if the value negative is set to true, does the opposite (for opening BCF views)
public static ConvertBasePoint ( Document doc, XYZ c, XYZ view, XYZ up, bool negative ) : ViewOrientation3D
doc Document
c XYZ center
view XYZ view direction
up XYZ up direction
negative bool convert to/from
리턴 ViewOrientation3D

GetXYZ() 공개 정적인 메소드

public static GetXYZ ( double x, double y, double z ) : XYZ
x double
y double
z double
리턴 XYZ