C# Класс ARUP.IssueTracker.Revit.Classes.Utils

Показать файл Открыть проект

Открытые методы

Метод Описание
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