M_Rhino_Geometry_Intersect_Intersection_PlaneCircle - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a plane with a circle using exact calculations.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
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
- 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.
Type: PlaneCircleIntersection
The type of intersection that occured.
Supported in: 6.0.16224.21491, 5D58w