Sets the view direction of the active document.
PROCEDURE SetViewVector(
locationX,locationY,locationZ : REAL;
targetX,targetY,targetZ : REAL;
upX,upY,upZ : REAL);def vs.SetViewVector(location, target, up):
return None| Name | Type | Description |
|---|---|---|
| location | REAL | 3D coordinate of view origin. |
| target | REAL | 3D coordinate of view target. |
| up | REAL | 3D coordinate indicating camera up direction. |
Availability: from VectorWorks9.0