Brep.SubdivideBy (Int32, IList<ICurve>) Method

Subdivide a Brep face by the given curve list.
Public Function SubdivideBy( _ 
ByVal faceIndex As Integer, _ 
ByVal contours As IList(Of ICurve) _ 
) As booleanFailureType
This language is not supported or no code example is available.
public booleanFailureType SubdivideBy( 
int faceIndex
IList<ICurve> contours 
)
This language is not supported or no code example is available.

Parameters

faceIndex
int

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

contours
IList<ICurve>

The disjoint contours (lying on the selected face) to be used to split the face.

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