Description
Saves all the Sketch curves of a specified BaseProfile 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.ExportSingleBaseProfile( profileID As RFEntityID, fileName As String, type As RF3DFileType, b3D As Bool ) As RFErrorCode
The ExportSingleBaseProfile syntax has these parts:
| Part | Description |
|---|---|
| profileID | [IN] RFEntityID Required. Base profile's RFEntityID to export. |
| fileName | [IN] String Required. The file name for base profile. |
| type | [IN] RF3DFileType Required. RF_FILE_DXF, RF_FILE_IGES and RF_FILE_STEP are valid. |
| b3D | [IN] Bool Required. It determines whether the base profile is 3D or 2D. |
Remarks