Point | _point | A reference point which will be used to measure the distance from it to a sphere.
[This is a required input. All required inputs, have an underscore on the left side of its name] | Goo |
Sphere Center | _sphereCenter | A point representing the center of a sphere.
[This is a required input too: it has an underscore on the left side of its name] | Goo |
Sphere Radius | sphereRadius_ | A number which defines the radius of the sphere.
[This is an optinal input. It has an underscore on the right side of its name]
-
If nothing added to this input, shpereRadius_ will be set to: 10 by default. | Goo |
Legend Bake Par | legendBakePar_ | Optional legend parameters from the Gismo "Legend Bake Parameters" component.
Use this input to control the look of the "legend" and "title" outputs. And the colors of the "sphere" output.
[This is an optinal input. It has an underscore on the right side of its name] | Goo |
| ______________ | Script variable LocationToXY | Goo |
Bake It | bakeIt_ | Set to "True" to bake the shapes geometry into the Rhino scene.
-
If not supplied default value "False" will be used. | Goo |
Run It | _runIt | ...
[This input runs the component. It is used in cases when component is a bit heavier to run. For example: it take a couple of seconds for the component to run.]
[If component runs quicker than that, then you do not even need this input.] | Goo |