User name:
Password:
Forgot password?
Create an account!
« back
Please log in to write a message.
3. clausneergaard (Feb 11, 2010 20.58):
hanno, thanks for the input. it makes sense. cheers! /claus
2. Hanno (Feb 11, 2010 19.11):
Hi claus, in the line
you are using the whole array strPts as parameter instead of strPts(intCount) for your current point. Further, rhino. get pointcoordinates asks the user for a point. Maybe you want to use rhino.pointcoordinates? And then, you are creating points and a point cloud. Is that intentional? If not, you can throw out all the strPts stuff and simply collect the coordinates in arrPts, like
Hope that helps! Hanno
1. clausneergaard (Feb 09, 2010 23.02):
hey, i'm relatively new to rhinoscript, and i'm having difficulties figuring out how to write point coordinates to an array within a function, so that i can send the coordinates back to the main (maybe even as a point cloud).
any ideas of why this code doesn't work? thanks in advance. /claus