ViewportInfo.FrustumTop Property

ViewportInfoFrustumTop Property

Gets the frustum top value. This is -bottom if the frustum has a horizontal symmetry axis.

This number is usually positive.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double FrustumTop { get; }
Public ReadOnly Property FrustumTop As Double
	Get

Property Value

Type: Double
See Also