GetPoint.Constrain Method (Sphere)

GetPointConstrain Method (Sphere)

Constrains the picked point to lie on a sphere.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Constrain(
	Sphere sphere
)
Public Function Constrain ( 
	sphere As Sphere
) As Boolean

Parameters

sphere
Type: Rhino.GeometrySphere
A sphere to use as constraint.

Return Value

Type: Boolean
true if constraint could be applied.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also