JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Editor.CurrentViewport();
Name |
Type |
Description |
Condition |
projection |
Returns the projection. Ensure that projection is not used when the view is in the interactive state. |
Read-Only | |
fieldHeight |
float |
Returns the camera field Height. Ensure that FieldHeight is not used when the view is in the interactive state. |
Read-Only |
fieldWidth |
float |
Returns the camera field width. Ensure that FieldWidth is not used when the view is in the interactive state. |
Read-Only |
upVector |
Returns the camera up vector. Ensure not to use UpVector when the view is in the interactive state. |
Read-Only | |
target |
Returns the camera target. Ensure not to use Target when the view is in the interactive state. |
Read-Only | |
position |
Returns the camera position. Ensure not to use Position when the view is in the interactive state. |
Read-Only |
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|