Grasshopper API
GH_SamplingSphereSampleSphere Method (Sphere) |
Sample the UV locations of a sphere. The sphere should be centered on the world origin.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
public Point2d[,] SampleSphere( Sphere sphere )
Public Function SampleSphere ( sphere As Sphere ) As Point2d(,)
Parameters
- sphere
- Type: Sphere
Sphere to sample.
Return Value
Type: Point2dA two-dimensional array of Sphere UV locations, one for each sample point.