RFDocument.ExportCurvesSurfacesBaseProfilesSolids2 (Available After RapidForm2004 PlusPack1)



Your Ad Here

Description

Saves the specified curves, surfaces, base profiles, and solids as a file using a specified new path file name and file format, and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFDocument.ExportCurvesSurfacesBaseProfilesSolids2( fileName As String, type As RF3DFileType, numCurves As Long, pCurveIDs As RFEntityID, numSurfaces As Long, pSurfaceIDs As RFEntityID, numBaseProfiles As Long, pBaseProfileIDs As RFEntityID, numSolids As Long, pSolidIDs As RFEntityID, b3DBaseProfile As Boolean ) As RFErrorCode

The ExportCurvesSurfacesBaseProfilesSolids2 syntax has these parts:

Part Description
fileName [INString Required. The file name for base profile.
type [INRF3DFileType Required. File format to be saved.
numCurves [INLong Required. The number of curves to be saved.
pCurveIDs [INRFEntityID Required. The first element of array storing curves' RFEntityID.
numSurfaces [INLong Required. The number of surfaces to be saved.
pSurfaceIDs [INRFEntityID Required. The first element of array storing surfaces' RFEntityID.
numBaseProfiles [INLong Required. The number of base profiles to be saved.
pBaseProfileIDs [INRFEntityID Required. The first element of array storing base profiles' RFEntityID.
numSolids [INLong Required. The number of solids to be saved.
pSolidIDs [INRFEntityID Required. The first element of array storing solids' RFEntityID.

Remarks

Return to Rapidform Index


Your Ad Here