Description
Saves the sketch plane and the axis 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.ExportSingleBaseProfilePlaneInfo( profileID As RFEntityID, fileName As String, type As RF3DFileType ) As RFErrorCode
The ExportSingleBaseProfilePlaneInfo 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_IGES and RF_FILE_STEP are valid. |
Remarks