Method | 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 |
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 |
return | ViewOrientation3D |
public static GetXYZ ( double x, double y, double z ) : XYZ | ||
x | double | |
y | double | |
z | double | |
return | XYZ |