Description
Saves the specified sketch planes and the axis curves of the BaseProfiles 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.ExportBaseProfilesPlaneInfo2( fileName As String, type As RF3DFileType, numBaseProfiles As Long, pBaseProfileIDs As RFEntityID ) As RFErrorCode
The ExportBaseProfilesPlaneInfo2 syntax has these parts:
| Part | Description |
|---|---|
| fileName | [IN] String Required. The file name for base profile. |
| type | [IN] RF3DFileType Required. File format to be saved. |
| numBaseProfiles | [IN] Long Required. The number of base profiles whose plane informations are to be saved. |
| pBaseProfileIDs | [IN] RFEntityID Required. The first element of array storing base profiles' RFEntityID. |
Remarks