In Grasshopper everything is done with RhinoCommon and .NET.
The Guid parameter gets the real data type, namely GH_Curve. GH_Curve contains a Guid field so it knows whether it came from a Rhino curve. Once a GH_Curve goes into a Script…
Hi Thiru,
Once you convert the Grasshopper curve to a Rhino.Geometry.Curve that information is gone. So yes, from within a VB/C# script component you cannot find the id of a curve, you need to use the Guid parameter.
--
David…
..how do you in Rhinocommon get an objects ID?...from a reference curve in grasshopper..is it only possible with the ID component? within grasshopper best,See More
Hi!I have a simple brep single surface. with a hole/cuts on it..Now i would to hear if somebody could elaborate me on how it is possible to imitate the dividesurface component inside a vb component..Because if i do a simple brepface domain on U and V..i will get the UV in the areas with the holes..because of the interval..But where the dividesurface elegantly exclude empty areas..?Thx!See More