RFMeshTools.FillHolesRegion



Your Ad Here

Description

Fills hole-loops in the currently selected faces(region) with specified options and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.FillHolesRegion(vertexCount As Long, method As RFFillHoleMethod, bSmoothBoundary As Boolean, bExceptLargestHole As Boolean) As RFErrorCode

The FillHolesRegion syntax has these parts:

Part Description
vertexCount [INLong Required. Maximum limit of the number of boundary vertices forming a hole-loop to fill.
method [INRFFillHoleMethod Required. Filling method to perform.
bSmoothBoundary [INBoolean Required. It determines whether boundary vertices in a hole-loop are smoothed before the hole-loop filling is performed.
bExceptLargestHole [INBoolean Required. It determines whether the largest hole-loop that has the biggest number of boundary vertices is filled or not.

Remarks

Return to Rapidform Index


Your Ad Here