Brep.SubdivideBy (Plane) Method

Subdivide all the Brep faces by the given plane.
Public Function SubdivideBy( _ 
ByVal plane As Plane
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SubdivideBy( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane used to split the faces.

Return Value

booleanFailureType
Remarks
 
The resulting Brep can't be used to perform Boolean operations.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition