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

FilletSrf command in Python

$
0
0

Hello,

I am trying to fillet surfaces in Python script in Rhino 8.

rs.Command("-FilletSrf Radius=0.3 Extend=no Trim=no BlendType=Deformable SelId " + str(surface) + " SelId " + str(cone))

The result of the script is marked as “A” on the image. Is there a parameter or a different way to tell the FilletSrf command in Python on which side of the surface I want to do a fillet? So the result will be the variant “B”?

Thanks for any advice.
Libor

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4120

Trending Articles