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

Trying to create a rectangle at a given point.. failing hard at it

$
0
0

@AlanGreyjoy wrote:

Hey guys.
New to python and rhino, but not new to programming.
I have been programming in C# in unity3D for the past 4 years now as a hobby. Got a job where they use rhino and started right away making scripts to save time lol.

So... I am making a form that pops up. The user enters all the data, and then it changes all the text fields in the template. Works pretty darn good and the time that saves is awesome!

But I am having a problem with addRectangle. Again, I am new to python and rhinoscript so it's throwing me off.

Here is how I am currently trying to do it.

texturePOB = rs.ObjectsByName("BOMTexture P1")
getTexturePoint = rs.ObjectType(texturePOB)
textureP1 = rs.PointCoordinates(getTexturePoint)
if textureP1: rs.AddRectangle( textureP1 , 5.0, 15.0 )

Now I understand the error that it's throwing me, but I just don't know enough of rhinoscirpt to find what I am looking for. In unity I would save the Vector3 of the transform of the object... found transform.... I even found Vector3... but nothing that helps me in this program lol.

Any help would be very appreciated :slightly_smiling:

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5781

Trending Articles