RhinoViewport.GetCameraAngle Method

RhinoViewportGetCameraAngle Method

[Missing <summary> documentation for "M:Rhino.Display.RhinoViewport.GetCameraAngle(System.Double@,System.Double@,System.Double@)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetCameraAngle(
	out double halfDiagonalAngle,
	out double halfVerticalAngle,
	out double halfHorizontalAngle
)
Public Function GetCameraAngle ( 
	<OutAttribute> ByRef halfDiagonalAngle As Double,
	<OutAttribute> ByRef halfVerticalAngle As Double,
	<OutAttribute> ByRef halfHorizontalAngle As Double
) As Boolean

Parameters

halfDiagonalAngle
Type: SystemDouble

[Missing <param name="halfDiagonalAngle"/> documentation for "M:Rhino.Display.RhinoViewport.GetCameraAngle(System.Double@,System.Double@,System.Double@)"]

halfVerticalAngle
Type: SystemDouble

[Missing <param name="halfVerticalAngle"/> documentation for "M:Rhino.Display.RhinoViewport.GetCameraAngle(System.Double@,System.Double@,System.Double@)"]

halfHorizontalAngle
Type: SystemDouble

[Missing <param name="halfHorizontalAngle"/> documentation for "M:Rhino.Display.RhinoViewport.GetCameraAngle(System.Double@,System.Double@,System.Double@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Display.RhinoViewport.GetCameraAngle(System.Double@,System.Double@,System.Double@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also