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

Is it possible to trim a pictureframe with Python without losing the picture?

$
0
0

@P_Thon wrote:

Ok so I have to import some pictureframes in Rhino page layout and then trim some parts of them using python.

but every command I use trim the surface and discard the texture, those are the one I tried :

rs.TrimSurface()
Rhino.Geometry.Surface.Trim()
Rhino.Geometry.BrepFace.Split()
rs.SplitBrep()

I know it's possible with rs.command(Trim) but in case someone has already resolved this problem please enlighten me.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5894