Click or drag to resize

ViewportInfoSetFrustumNearFar Method (Double, Double)

Sets the frustum near and far distances using two values.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetFrustumNearFar(
	double nearDistance,
	double farDistance
)

Parameters

nearDistance
Type: SystemDouble
The new near distance.
farDistance
Type: SystemDouble
The new far distance.

Return Value

Type: Boolean
true if operation succeeded; otherwise, false.
See Also