Documentação da API > Solids and parts > Object ProSolid > Function ProPostfixIdToSolid
Function ProPostfixIdToSolid
Description
Retrieves the solid handle, given the postfix identifier.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProPostfixIdToSolid
(
int id
/* (In)
The postfix identifier of the solid
*/
ProSolid* p_handle
/* (Out)
The address of the ProSolid handle
*/
)
Returns
The function successfully retrieved the information.
The specified identifier does not correspond to any valid model in session.
There was a general internal failure.
Sample Code References
User Guide References
Isto foi útil?