Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

World/Cplane

$
0
0

@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 :confused:

and i don't find solution in help file.

Thanks.

Dim arrPoint

arrPoint = array(0, 0, 0)

If IsArray(arrPoint) Then

	Rhino.AddPoint arrPoint

End If

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles