Method GetCameraDefinition
GetCameraDefinition(ElementId, out Point3D, out Direction3D, out Direction3D, out double, out double)
Gets the definition of a camera entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetCameraDefinition(ElementId inElementId, out Point3D outEyePosition, out Direction3D outLookAtDirection, out Direction3D outUpDirection, out double outFieldAngle, out double outFieldRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the camera entity to analyze. |
| Point3D | outEyePosition | Eye position. |
| Direction3D | outLookAtDirection | |
| Direction3D | outUpDirection | |
| double | outFieldAngle | Field angle for perspective projection, or 0 if orthographic projection. |
| double | outFieldRadius | Field radius for orthographic projection, or distance between camera origin and projection plane if perspective projection. |
Remarks
This method is available since v7.7.