@Cyver wrote:
Hi ,
How to use Cplane coordinate instead world ?
In my little example, arrPoint return world coordinate , how can i do the same for any Cplane ?
I thougt something like that : arrPoint = array(Cplane0, 0, 0) , but seems it's not a good idea
and i don't find solution in help file.
Thanks.
Dim arrPointarrPoint = array(0, 0, 0) If IsArray(arrPoint) Then Rhino.AddPoint arrPoint End If
Posts: 2
Participants: 2
