import rhinoscriptsyntax as rs
rs.Command("_Circle " + str(0) + “_Enter” + str(20) + “_Enter” )
Simple question. Why is the circle not drawn?
7 posts - 5 participants
import rhinoscriptsyntax as rs
rs.Command("_Circle " + str(0) + “_Enter” + str(20) + “_Enter” )
Simple question. Why is the circle not drawn?
7 posts - 5 participants