ViewportInfoDollyFrustum Method |
Moves the frustum clipping planes.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool DollyFrustum(
double dollyDistance
)
Public Function DollyFrustum (
dollyDistance As Double
) As Boolean
Parameters
- dollyDistance
- Type: SystemDouble
Distance to move in camera direction.
Return Value
Type:
Booleantrue if the operation succeeded; otherwise, false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also