M_Rhino_Geometry_Intersect_Intersection_SurfaceSurface - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects two Surfaces.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool SurfaceSurface(
Surface surfaceA,
Surface surfaceB,
double tolerance,
out Curve[] intersectionCurves,
out Point3d[] intersectionPoints
)
VB
Public Shared Function SurfaceSurface (
surfaceA As Surface,
surfaceB As Surface,
tolerance As Double,
<OutAttribute> ByRef intersectionCurves As Curve(),
<OutAttribute> ByRef intersectionPoints As Point3d()
) As Boolean
- surfaceA
- Type: Rhino.Geometry.Surface
First Surface for intersection. - surfaceB
- Type: Rhino.Geometry.Surface
Second Surface for intersection. - tolerance
- Type: System.Double
Intersection tolerance. - intersectionCurves
- Type: Rhino.Geometry.Curve[]
The intersection curves will be returned here. - intersectionPoints
- Type: Rhino.Geometry.Point3d[]
The intersection points will be returned here.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w