Returns the list of the camera parameters in the specified View of the Document.
iv_getCameraSettings ( document Azs Part, _ viewNo As Integer) As List
Argument | Type | Description |
---|---|---|
document | part | Handle of the document owning the camera. |
viewNo | integer | Specifies the view number to use |
Example Get Camera Parameters
Intent >getcamera() --> {"Camera: C:\Jira\376\Assembly2.iam", {"CameraEye", Point_(31.9365877325369, 35.6865877325371, 42.6865877325366, WorldFrame())}, {"CameraWidth", 22.7388120922999}, {"CameraHeight", 22.3781598056769},{"CameraPerspective?", False}, {"CameraPerspectiveAngle", 0.0}, {"CameraTarget", Point_(1.25, 5.0000000000002, 11.9999999999997, WorldFrame())}, {"CameraUpVector", Vector_(-0.40824829046386, 0.81649658092773, -0.40824829046386, WorldFrame())}, {"CameraViewOrientation", :Arbitrary}}