ViewportInfoFrustumAspect Property |
Setting FrustumAspect changes the larger of the frustum's width/height
so that the resulting value of width/height matches the requested
aspect. The camera angle is not changed. If you change the shape
of the view port with a call SetScreenPort(), then you generally
want to call SetFrustumAspect() with the value returned by
GetScreenPortAspect().
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double FrustumAspect { get; set; }
Public Property FrustumAspect As Double
Get
Set
Property Value
Type:
DoubleSee Also