Description:

CreatePlanarDifference

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

/
/
/
CreatePlanarDifference

CreatePlanarDifference method

Class:  Rhino.Geometry.Brep

Nothing found