GBrep.SubdivideBy (Int32, Plane) Method

Subdivide a GBrep 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 GBrep.Faces array.

plane
Plane

The plane used to split the faces.

Return Value

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

.NET Framework

Supported in: 4.7.2

In this article

Definition