Description
Searches and collects NURBS surfaces named as specified in an RFEntityID array and returns a Long value indicating the number of searched NURBS surfaces.
Syntax
Function RFModel.FindNurbsSurfacesByName(Name As String, firstOnly As Boolean, maxNurbsSurfaceCount As Long, pSurfaceIDs As RFEntityID) As Long
The FindNurbsSurfacesByName syntax has these parts:
| Part | Description |
|---|---|
| Name | [IN] String Required. String expression containing NURBS surface name to search. |
| firstOnly | [IN] Boolean Required. It determines if the searching stops when the first NURBS surface is found which is named as specified. |
| maxNurbsSurfaceCount | [IN] Long Required. The size of pSurfaceIDs array. (Maximum number of found NURBS surface expected.) |
| pSurfaceIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store NURBS surfaces RFEntityID. |
Remarks
Note