@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