Brep.SubdivideBy (Int32, Plane) Method

Subdivide a Brep face by the given plane.
Public Function SubdivideBy( _ 
ByVal faceIndex As Integer, _ 
ByVal plane As Plane
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SubdivideBy( 
int faceIndex
Plane plane 
)
This language is not supported or no code example is available.

Parameters

faceIndex
int

The position index of the face into Brep.Faces array.

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