BrepFaceListSplitClosedFaces Method |
Splits closed surfaces so they are not closed.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool SplitClosedFaces(
int minimumDegree
)
Public Function SplitClosedFaces (
minimumDegree As Integer
) As Boolean
Parameters
- minimumDegree
- Type: SystemInt32
If the degree of the surface < min_degree, the surface is not split.
In some cases, minimumDegree = 2 is useful to preserve piecewise linear
surfaces.
Return Value
Type:
Booleantrue if successful.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also