RhinoScriptSyntax has its explicit guide, but I am struggling with Rhino common.
How to be aware of which arguments are taken by a certain method in Rhino common API.
For instance, the Curve.Extreme Parameters method demands exactly 2 arguments, they are a “curve” and a “vector”. As a Python user, I can’t find any clue about that. Of course, there are syntax examples for C# and VB but nevertheless, it doesn’t help me, I just see that the method requires a “vector” parameter and any more.
And one more thing that can’t grab why for some methods (in the list of methods) their arguments are shown but for others are missed:
3 posts - 2 participants