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

Clippingplane evaluates as a Surface

$
0
0

@Willem wrote:

Hi,

I just found that rhinoscriptsyntax.IsSurface() evaluates True for a clippingplane.
Is that per intention, or an oversight?

import rhinoscriptsyntax as rs
clipping_plane = rs.AddClippingPlane(rs.WorldXYPlane(),1,1)
print rs.IsSurface(clipping_plane)

>TRUE

-Willem

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5875

Trending Articles