A3DGetFileInformation

A3DStatus A3DGetFileInformation(const A3DUTF8Char *pcFileName, A3DFileInformationData *pFileInformationData)
A3DStatus A3DGetFileInformation(const A3DUTF8Char* pcFileName, A3DFileInformationData* pFileInformationData)

Get file information a CAD file.

The modeller type is provided for all formats. The other members are filled depending on format and availability of the information. For details see A3DFileInformationData.

Parameters

pcFileName: References the path to the CAD file

pFileInformationData: References the information of the input CAD file

Returns

A3D_SUCCESS on success, or an error code on failure