Namespace:
Autodesk.Revit.DB.DirectContext3D
Camera
Class
Description:
A collection of camera settings for the current view.
A collection of camera settings for the current view.
Remarks:
The current Camera can be obtained from DrawContext
The current Camera can be obtained from DrawContext
Camera Class Members:
| Name | Description | Inherited From |
|---|---|---|
| Camera | Camera |
| Name | Description | Inherited From |
|---|---|---|
| EyePosition | Camera's position in the world | |
| FarDistance | Distance to far clipping plane | |
| HorizontalExtent | Horizontal extent of the camera's view, measured at target distance. | |
| HorizontalOffset | Horizontal offset of the camera's view center from target, measured at target distance. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| NearDistance | Distance to near clipping plane | |
| ProjectionMethod | Projection method | |
| TargetDistance | Distance from camera to its target | |
| UpDirection | Up direction of the camera | |
| VerticalExtent | Vertical extent of the camera's view, measured at target distance. | |
| VerticalOffset | Vertical offset of the camera's view center from target, measured at target distance. | |
| ViewDirection | Direction that the camera is facing |
| Name | Description | Inherited From |
|---|---|---|
| Dispose | Releases all resources used by the Camera | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Transform | Transforms the camera |