Category Solids and parts, Object ProSolid

Function ProSolidToPostfixId


Description
Retrieves an internal postfix identifier for the specified solid (to be used in relations).
Synopsis
#include <ProSolid.h>
ProErrorProSolidToPostfixId(
ProSolid handle
/* (In)
The ProSolid for which to retrieve the postfix identifier
*/
int* p_id
/* (Out)
The postfix identifier
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe specified p_handle does not correspond to any valid model in session.
PRO_TK_GENERAL_ERRORThere was a general internal failure.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Solids, Parts, and Materials: Solid Postfix Identifiers
  3. Core: Solids, Parts, and Materials: Solid Postfix Identifiers

Sample Code References:

  1. pt_examples ( TestSolid.c )