RFSolidTools.CreateSolidFromSolidsAndSurfacesTrim (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Creates a solid from solids and surfaces by merging and trimming.

Syntax

Function RFSolidTools.CreateSolidFromSolidsAndSurfacesTrim(iSurfaceCount As Long, pSurfaceIDs As RFEntityID, iSolidCount As Long, pSolidIDs As RFEntityID, dMergeTol As Double, bDeleteBaseSurface As Boolean, pNewSolidID As RFEntityID) As RFErrorCode

The CreateSolidFromSolidsAndSurfaces syntax has these parts:

Part Description
iSurfaceCount [INLong Required. The number of surfaces.
pSurfaceIDs [INRFEntityID Required. The first element of RFEntityID array of surfaces.
iSolidCount [INLong Required. The number of solids.
pSolidIDs [INRFEntityID Required. The first element of RFEntityID array of solids.
dMergeTol [INDouble Required. Tolerance to be used for merging.
bDeleteBaseSurface [INBoolean Required. Indicates whether it deletes surfaces or not.
pNewSolidID [INRFEntityID Required. RFEntityID of newly created solid.

 

Return to Rapidform Index


Your Ad Here