GetPoint.Constrain Method (Cylinder)

GetPointConstrain Method (Cylinder)

Constrains the picked point to lie on a cylinder.

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

Parameters

cylinder
Type: Rhino.GeometryCylinder
A cylinder 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