RFSolidTools.ExplodeSolidToSurfaces (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Extracts surfaces from all the topological faces of specified solid and removes that solid.

Syntax

Function RFSolidTools.ExplodeSolidToSurfaces(solidID As RFEntityID, iMaxCount As Long, pSurfaceIDs As RFEntityID, piSurfaceCount As Long) As RFErrorCode

The ExplodeSolidToSurfaces syntax has these parts:

Part Description
solidID [INRFEntityID Required. RFEntityID of solid.
iMaxCount [INLong Required. The size of pSurfaceIDs array.(The maximum number of surfaces expected.)
pSurfaceIDs [INRFEntityID Required. The first element of RFEntityID array of surfaces.
piSurfaceCount [INLong Required. The number of newly created surfaces.

Remarks

Return to Rapidform Index


Your Ad Here