ExtendCrvOnSrf in Python

Is there any particular reason why the ExtendCrvOnSrf functionality isn’t included in rhinoscript? Is there a recommended way of extending a curve on a surface using Python? Thanks!

Hi @fluxguys,

You can use RhinoCommon’s Curve.ExtendOnSurface method.

– Dale