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

Results of Rhino.Geometry.Intersect.Intersection.SurfaceSurface(surfaceA, surfaceB, tol)

$
0
0

@MarcusStrube wrote:

I have two questions about the results when intersecting surfaces:

rs, curves, points = Rhino.Geometry.Intersect.Intersection.SurfaceSurface(surfaceA, surfaceB, tol)

  • When intersecting two untrimmed surfaces - (1 + 4) - the results are not surprising and as expected.
  • For the second example rs is true and curves is an empty array.
  • For the third example now the returned curve is the intersection of two untrimmed surfaces.

  1. When rs is true and curves is empty does this also mean the two surfaces are coplanar?
  2. Is it possible to get different results for 2 + 3?

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 5871

Trending Articles