Populate geometry Class in Rhinocommon

hello
i made a similar grasshopper populate command in C#

i hope its help to you

you can using this class easily

PopulateGeometry .cs (2.8 KB)

sample code
var popPoints = new PopulateGeometry(myGeometry).populatePoints(15);
the class need Curve or Polyline for input
and return random points with good distance ( lookalike grasshopper populate )
like blow
populate

enjoy

Hi Ehsan,

I tried to apply your class files to a new file but I had problems. I would like to ask you that is it possible to share ur grasshopper component file, please?

Best, Esra

sorry man but its not for grasshopper
it can help you if you want to make your own Plugin