@onrender wrote:
Hi there,
I have a question regarding Rhino.Doc accessibility. I have found a row in C# samples in the Calculate Curve Intersections script. https://developer.rhino3d.com/samples/rhinocommon/calculate-curve-intersections/
But what does this row means?
public static Rhino.Commands.Result IntersectCurves(Rhino.RhinoDoc doc)
Or when we start a plugin we have similar public static
Rhino.Commands.Result IntersectCurves(Rhino.RhinoDoc doc)
EDIT: Another interesting thing why we do not need to use it in Python?
Posts: 5
Participants: 2