Camera Properties

Camera Properties

The Camera type exposes the following members.

Properties
 NameDescription
Public propertyEyePosition Camera's position in the world
Public propertyFarDistance Distance to far clipping plane
Public propertyHorizontalExtent Horizontal extent of the camera's view, measured at target distance.
Public propertyHorizontalOffset Horizontal offset of the camera's view center from target, measured at target distance.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyNearDistance Distance to near clipping plane
Public propertyProjectionMethod Projection method
Public propertyTargetDistance Distance from camera to its target
Public propertyUpDirection Up direction of the camera
Public propertyVerticalExtent Vertical extent of the camera's view, measured at target distance.
Public propertyVerticalOffset Vertical offset of the camera's view center from target, measured at target distance.
Public propertyViewDirection Direction that the camera is facing
Top
See Also