@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