BrepCreatePlanarUnion Method (Brep, Brep, Plane, Double) |
CreatePlanarUnion
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public static Brep[] CreatePlanarUnion(
Brep b0,
Brep b1,
Plane plane,
double tolerance
)
Public Shared Function CreatePlanarUnion (
b0 As Brep,
b1 As Brep,
plane As Plane,
tolerance As Double
) As Brep()
Parameters
- b0
- Type: Rhino.GeometryBrep
The first brep to union. - b1
- Type: Rhino.GeometryBrep
The first brep to union. - plane
- Type: Rhino.GeometryPlane
The plane in which all the input breps lie - tolerance
- Type: SystemDouble
Tolerance to use for union operation.
Return Value
Type:
BrepAn array of Brep results or null on failure.
See Also