Click or drag to resize

IntersectionArcArc Method

Intersects two arcs using exact calculations.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.12
Syntax
public static ArcArcIntersection ArcArc(
	Arc arcA,
	Arc arcB,
	out Point3d intersectionPoint1,
	out Point3d intersectionPoint2
)

Parameters

arcA
Type: Rhino.GeometryArc
First arc to intersect.
arcB
Type: Rhino.GeometryArc
Second arc to intersect.
intersectionPoint1
Type: Rhino.GeometryPoint3d
First intersection point.
intersectionPoint2
Type: Rhino.GeometryPoint3d
Second intersection point.

Return Value

Type: ArcArcIntersection
The intersection type.
See Also