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

ArcCurve object has no attribute ExtremeParameters

$
0
0

Hi,

Anyone can help me please? when I run this script for a circle, there is an error:

« Message : ‘ArcCurve’ object has no attribute ‘ExtremeParameters’

crv_id = rs.GetObject(“Selct a Circle”, rs.filter.curve, preselect=True, select=False)

crv_obj = rs.coercerhinoobject(crv_id)

vec1=(0,1,0)

ex = crv_obj.ExtremeParameters(vec1)

I have already installed WIP. I use Rhino 5

Rhino - Téléchargement - Panelingtools WIP (rhino3d.com)

Thanks a lot

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles