Description:

CreatePlanarIntersection

Syntax:
public static Brep[] CreatePlanarIntersection(
Brep b0,
Brep b1,
Plane plane,
Double tolerance
)
Parameters:
  • b0
  • Type: Brep
  • The first brep to intersect.
  • b1
  • Type: Brep
  • The second brep to intersect.
  • plane
  • Type: Plane
  • The plane in which all the input breps lie
  • tolerance
  • Type: System.Double
  • Tolerance to use for intersection operation.
Returns:
Type: Brep[]
An array of Brep results or None on failure.
Available since:
7.0

/
/
/
CreatePlanarIntersection

CreatePlanarIntersection method

Class:  Rhino.Geometry.Brep

Nothing found