GripObject.GetCageParameters Method

GripObjectGetCageParameters Method

Retrieves the 2d parameter space values of this GripObject from the cage it's associated with.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetCageParameters(
	out double u,
	out double v,
	out double w
)
Public Function GetCageParameters ( 
	<OutAttribute> ByRef u As Double,
	<OutAttribute> ByRef v As Double,
	<OutAttribute> ByRef w As Double
) As Boolean

Parameters

u
Type: SystemDouble

[Missing <param name="u"/> documentation for "M:Rhino.DocObjects.GripObject.GetCageParameters(System.Double@,System.Double@,System.Double@)"]

v
Type: SystemDouble

[Missing <param name="v"/> documentation for "M:Rhino.DocObjects.GripObject.GetCageParameters(System.Double@,System.Double@,System.Double@)"]

w
Type: SystemDouble

[Missing <param name="w"/> documentation for "M:Rhino.DocObjects.GripObject.GetCageParameters(System.Double@,System.Double@,System.Double@)"]

Return Value

Type: Boolean
True on success. Output is unreliable if return is false.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also