A3DPRCReadWrite.h File Reference
Header file for the PRC read-write module. More...
Data Structures | |
| struct | A3DRWParamsExportPrcData |
| A structure that specifies parameters used to write the model file to PRC format. More... | |
| struct | A3DRWParamsTessellationData |
| Structure to set the tessellation parameters. More... | |
Functions | |
| A3DStatus | A3DAsmModelFileExportToPrcFile (const A3DAsmModelFile *pA3DAsmModelFile, const A3DRWParamsExportPrcData *pParamsExportData, const A3DUTF8Char *pcCADFileName, A3DRWParamsPrcWriteHelper **ppPrcWriteHelper) |
| Writes a model file to a physical file in a PRC format. More... | |
| A3DStatus | A3DAsmModelFileLoadFromPrcFile (const A3DUTF8Char *pcFileName, A3DRWParamsPrcReadHelper **ppPrcReadHelper, A3DAsmModelFile **ppModelFile) |
| Loads an A3DAsmModelFile from a PRC physical file. More... | |
| A3DStatus | A3DCheckFileFormat (const A3DUTF8Char *pcFileName, const int &rCadTypeWanted) |
| Checks the format of a physical file. More... | |
| A3DStatus | A3DGetFileFormat (const A3DUTF8Char *pcFileName, A3DEModellerType *peModellerType) |
| Returns the format of a physical file. More... | |
| A3DVoid | A3DLicPutPRCLicense (const A3DUTF8Char *pcKey) |
| Sets the license for the current instance. More... | |
| A3DVoid | A3DRWParamsPrcReadHelperFree (A3DRWParamsPrcReadHelper *pA3DRWParamsPrcReadHelper) |
| Free PRC read helper. More... | |
| A3DVoid | A3DRWParamsPrcWriteHelperFree (A3DRWParamsPrcWriteHelper *pA3DRWParamsPrcWriteHelper) |
| Free PRC write helper. More... | |
Detailed Description
Header file for the PRC read-write module.
- Version
- 9.1
- Date
- March 2016
- Copyright (c) 2016 by Tech Soft 3D, LLC. All rights reserved.
