Click or drag to resize

ViewportInfoSetFrustumNearFar Method (Point3d, Double)

Sets the frustum near and far using a center point and radius.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetFrustumNearFar(
	Point3d center,
	double radius
)

Parameters

center
Type: Rhino.GeometryPoint3d
A center point.
radius
Type: SystemDouble
A radius value.

Return Value

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