Grasshopper API
GH_RotationalTuningDataT Constructor (T, PointF, PointF) |
Create a new instance of the rotational tuning data.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public GH_RotationalTuningData( T initialValue, PointF pivot, PointF initialPoint )
Public Sub New ( initialValue As T, pivot As PointF, initialPoint As PointF )
Parameters
- initialValue
- Type: T
Initial value to store. Whatever you want it to be. - pivot
- Type: System.DrawingPointF
Center of rotation. - initialPoint
- Type: System.DrawingPointF
First point of track.
