I created a list of points, then try to get total numbers of the points. But can't get it. Here is the testing code:
Dim myPointsList As New List(Of On3dPoint)
myPointsList.add(my_pt)
print("number of pints in the list is ", myPointsList.Count())
This code return nothing except "number of pints in the list is".
The vb.net editor embedded inside GH is not very useful. Like this Count() function, it looks this isn't a function to return a number. Where should I check if I want to find a function to return an number?
RhinoDotNet SDK? I checked other posts in this forum. It sounds this is a common q. Although Rajja says the internal script editor is fine if one does alot of small testing like print(), I can't agree with her. At least I want to see a list of all functions and classes available to the beginner coder/architect like me. Sth like monkey should be very good.
Thanks for the help.
Tags: