Untrims a face completely, expanding it back to its underlying surface: the
outer boundary is untrimmed and all inner loops (holes) are removed.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Brep UntrimFace(
int faceIndex,
double tolerance
)
Public Function UntrimFace (
faceIndex As Integer,
tolerance As Double
) As Brep
Parameters
- faceIndex
- Type: SystemInt32
The index of the face to untrim. - tolerance
- Type: SystemDouble
The tolerance. When in doubt, use the document's model absolute tolerance.
Return Value
Type:
BrepThe untrimmed Brep if successful, null otherwise.
See Also