@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