M_Rhino_Geometry_Intersect_Intersection_BrepPlane - mcneel/rhinocommon-api-docs GitHub Wiki
Intersects a Brep with an (infinite) plane.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool BrepPlane(
Brep brep,
Plane plane,
double tolerance,
out Curve[] intersectionCurves,
out Point3d[] intersectionPoints
)
VB
Public Shared Function BrepPlane (
brep As Brep,
plane As Plane,
tolerance As Double,
<OutAttribute> ByRef intersectionCurves As Curve(),
<OutAttribute> ByRef intersectionPoints As Point3d()
) As Boolean
- brep
- Type: Rhino.Geometry.Brep
Brep to intersect. - plane
- Type: Rhino.Geometry.Plane
Plane to intersect with. - tolerance
- Type: System.Double
Tolerance to use for intersections. - 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