C# Class ARUP.IssueTracker.Revit.Classes.Utils

Afficher le fichier Open project: ArupAus/issue-tracker

Méthodes publiques

Méthode Description
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

Method Details

ConvertBasePoint() public static méthode

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
Résultat ViewOrientation3D

GetXYZ() public static méthode

public static GetXYZ ( double x, double y, double z ) : XYZ
x double
y double
z double
Résultat XYZ