RhinoViewportGetCameraFrame Method |
Gets the camera plane.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool GetCameraFrame(
out Plane frame
)
Public Function GetCameraFrame (
<OutAttribute> ByRef frame As Plane
) As Boolean
Parameters
- frame
- Type: Rhino.GeometryPlane
A plane is assigned to this out parameter during the call, if the operation succeeded.
Return Value
Type:
Booleantrue if current camera orientation is valid.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also