Hi,
This should be a simple Rhino Common/SDK question. How do I bring in a polyline from GH to the VB.net? I get the following cast errors thrown.
GH Workspace -> VB.net type hint -> Error
"Referenced polyline Curve" -> "polyline -> "Unable to cast object Rhino.Geometry.Polyline to Type rhino.geometry.Curve"
Why does the VB.net component try to convert it to a curve? Is there a robust way to bring in curves into the VB.net component?
Any directions to the appropriate Rhino Common SDK page would be helpful
Thanks
Tags: