Is there any component in GH to realize the rhino function "curve from two views"?

Hi everyone,

After a long reaching, I can’t find the component to realize the rhino function “curve from two views”. Do I need to download a plug-in?

Thanks!

What you can do in GH is extrude the curves and intersect the resulting surfaces.

Thank you, Gijs :slight_smile:

Also, you can find it in Rhinocommon (R6 only) https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Curve_CreateCurve2View.htm

Hi Micheal, do you mean using the c#/vb script in GH?

Yes, but it won’t be any better than what @gijs suggested.

Got it, thank you!