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

Splitting surface by u,v cordinats

$
0
0

@kasper_steenstrup wrote:

Meaby i have mised it, but are there any way of splitting or taking a subsuface by u v cordinats, it could look somthing like

import rhinoscriptsyntax as rs
surface = rs.GetObject("pick a surface")
rs.SplitsBrep(surface, (1, 2), (0, 3))

Where (1,2) is (min_u, max_u) and (0, 3) is (min_v, max_v)

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 6023

Trending Articles