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

Using variables in Rhinoscript rs.Command()

$
0
0

@ckline wrote:

What is the syntax for using variables in rs.Command()?
Here is a sample of what I have been trying to do:

import rhinoscriptsyntax as rs
p1 = rs.GetPoint(“First point”)
p2 = rs.GetPoint(“Second point”)
rs.Command ("_Line" p1 p2)

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5871

Trending Articles