M_Rhino_Geometry_Intersect_Intersection_PlaneCircle - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.PlaneCircle Method

Intersects a plane with a circle using exact calculations.

Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static PlaneCircleIntersection PlaneCircle(
	Plane plane,
	Circle circle,
	out double firstCircleParameter,
	out double secondCircleParameter
)

VB

Public Shared Function PlaneCircle ( 
	plane As Plane,
	circle As Circle,
	<OutAttribute> ByRef firstCircleParameter As Double,
	<OutAttribute> ByRef secondCircleParameter As Double
) As PlaneCircleIntersection

Parameters

 

plane
Type: Rhino.Geometry.Plane
Plane to intersect.
circle
Type: Rhino.Geometry.Circle
Circe to intersect.
firstCircleParameter
Type: System.Double
First intersection parameter on circle if successful or RhinoMath.UnsetValue if not.
secondCircleParameter
Type: System.Double
Second intersection parameter on circle if successful or RhinoMath.UnsetValue if not.

Return Value

Type: PlaneCircleIntersection
The type of intersection that occured.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

⚠️ **GitHub.com Fallback** ⚠️