Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Ghpythonlib.components in Rhino 8 help

$
0
0

Hi Forum! been finally dipping into Rhino8 as the new script editor looks amazing.

Curious how to get help info on grasshopper libraries
How can i access this in Rhino8 python editor?
I see the help menu on the side but cant find GH components in there?

In Rhino7 for instance import ghpythonlib.components as gh commands like gh.ConstructPoint(0,0,0)
gives me the very helpful hints

Help on function ConstructPoint in module ghpythonlib.components:

| ConstructPoint(*args, **kwargs) |
| Construct a point from {xyz} coordinates.
| Input:
| x_coordinate [Number] - {x} coordinate
| y_coordinate [Number] - {y} coordinate
| z_coordinate [Number] - {z} coordinate
| Returns: [Point] - Point coordinate

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles