RFModel.FindNurbsSurfacesByName



Your Ad Here

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 [INString Required. String expression containing NURBS surface name to search.
firstOnly [INBoolean Required. It determines if the searching stops when the first NURBS surface is found which is named as specified.
maxNurbsSurfaceCount [INLong Required. The size of pSurfaceIDs array. (Maximum number of found NURBS surface expected.)
pSurfaceIDs [OUTRFEntityID Required. The first element of RFEntityID array to store NURBS surfaces RFEntityID.

Remarks

Note

 

Return to Rapidform Index


Your Ad Here