RFModel.FindSolidsByName (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Searches and collects solids named as specified in an RFEntityID array and returns a Long value indicating the number of searched solids.

Syntax

Function RFModel.FindSolidsByName(Name As String, firstOnly As Boolean, maxSolidCount As Long, pSolidIDs As RFEntityID) As Long

The FindSolidsByName syntax has these parts:

Part Description
Name [INString Required. String expression containing soild name to search.
firstOnly [INBoolean Required. It determines if the searching stops when the first soild is found which is named as specified.
maxSolidCount [INLong Required. The size of pSolidIDs array. (Maximum number of found soild expected.)
pSolidIDs [OUTRFEntityID Required. The first element of RFEntityID array to store soilds RFEntityID.

Remarks

Note

 

Return to Rapidform Index


Your Ad Here