RhinoCommon API
RhinoViewportGetDepth Method (Sphere, Double, Double) |
Gets near and far clipping distances of a sphere.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool GetDepth( Sphere sphere, out double nearDistance, out double farDistance )
Public Function GetDepth ( sphere As Sphere, <OutAttribute> ByRef nearDistance As Double, <OutAttribute> ByRef farDistance As Double ) As Boolean
Parameters
- sphere
- Type: Rhino.GeometrySphere
The sphere. - nearDistance
- Type: SystemDouble
The near distance is assigned to this out parameter during this call. - farDistance
- Type: SystemDouble
The far distance is assigned to this out parameter during this call.
Return Value
Type: Booleantrue if the sphere intersects the view frustum and near_dist/far_dist were set. false if the sphere does not intersect the view frustum.
