Documentación de la API > Solids and parts > Object ProSolid > Function ProSolidToPostfixId
Function ProSolidToPostfixId
Description
Retrieves an internal postfix identifier for the specified solid (to be used in relations).
Synopsis
#include <ProSolid.h>
ProSolidToPostfixId
(
ProSolid handle
/* (In)
The ProSolid for which to retrieve the postfix identifier
*/
int* p_id
/* (Out)
The postfix identifier
*/
)
Returns
The function successfully retrieved the information.
The specified p_handle does not correspond to any valid model in session.
There was a general internal failure.
Sample Code References
User Guide References
¿Fue esto útil?