Entity PDF IDs
Functions | |
A3DStatus | A3DEntityGetPDFNodeIdFromRead (const A3DEntity *pEntity, const A3DEntity *pEntityFather, const A3DRWParamsPrcReadHelper *pA3DRWParamsPrcReadHelper, A3DUTF8Char **pcUTF8Name) |
Gets the PDF node unique IDs for the entities. More... | |
A3DStatus | A3DEntityGetPDFNodeIdFromWrite (const A3DEntity *pEntity, const A3DEntity *pEntityFather, const A3DRWParamsPrcWriteHelper *pA3DRWParamsPrcWriteHelper, A3DUTF8Char **pcUTF8Name) |
Gets the PDF node unique IDs for the entities. More... | |
Detailed Description
Function Documentation
◆ A3DEntityGetPDFNodeIdFromWrite()
A3DStatus A3DEntityGetPDFNodeIdFromWrite | ( | const A3DEntity * | pEntity, |
const A3DEntity * | pEntityFather, | ||
const A3DRWParamsPrcWriteHelper * | pA3DRWParamsPrcWriteHelper, | ||
A3DUTF8Char ** | pcUTF8Name | ||
) |
Gets the PDF node unique IDs for the entities.
Given a pointer to the PRC entity, this function gets the unique name that will be used in the PDF scene graph. This function must be used AFTER the PRC file has been created from the model file.
- Parameters
-
[in] pEntity The pointer to the PRC entity [in] pEntityFather The pointer to the product occurrence owner to the PRC entity. NULL if pEntity is a product occurrence. [in] pA3DRWParamsPrcWriteHelper The pointer to the helper object generally built by the function A3DAsmModelFileExportToPrcFile. [out] pcUTF8Name The identifier as a string.
- Version
- 4.1
- Returns
- A3D_SUCCESS
◆ A3DEntityGetPDFNodeIdFromRead()
A3DStatus A3DEntityGetPDFNodeIdFromRead | ( | const A3DEntity * | pEntity, |
const A3DEntity * | pEntityFather, | ||
const A3DRWParamsPrcReadHelper * | pA3DRWParamsPrcReadHelper, | ||
A3DUTF8Char ** | pcUTF8Name | ||
) |
Gets the PDF node unique IDs for the entities.
Given a pointer to the PRC entity, this function gets the unique name that will be used in the PDF scene graph. This function must be used AFTER the PRC file has been created from the model file.
- Parameters
-
[in] pEntity The pointer to the PRC entity [in] pEntityFather The pointer to the product occurrence owner to the PRC entity. NULL if pEntity is a product occurrence. [in] pA3DRWParamsPrcReadHelper The pointer to the helper object generally built by the function A3DAsmModelFileLoadFromPrcStream. [out] pcUTF8Name The identifier as a string.
- Version
- 9.2
- Returns
- A3D_SUCCESS