Description
Rearranges edges to fit along the specified NURBS curves and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FitEdgesToCurves(inCurveCount As Long, pCurveIDs As RFEntityID, bRemeshPolygon As Boolean) As RFErrorCode
The FitEdgesToCurves syntax has these parts:
| Part | Description |
|---|---|
| inCurveCount | [IN] Long Required. Number of NURBS curves. |
| pCurveIDs | [IN] RFEntityID Required. The first element of RFEntityID array containing NURBS curves RFEntityID. |
| bRemeshPolygon | [IN] Boolean Required. It determines whether polygon mesh around structure specified NURBS curves is modified or not. |
Remarks