Category Assembly, Object ProRef

Function ProRefCtrlSolidGet


Description
Return the external reference control defined for the specified solid (part or assembly).
Synopsis
#include <ProScope.h>
ProErrorProRefCtrlSolidGet(
ProSolid solid
/* (In)
The scope owner where the reference control options are set.
*/
ProExtRefScope* p_scope
/* (Out)
External reference scope criterion.
*/
ProInvalidRefBehavior* p_behavior
/* (Out)
Defines behavior on scope violation.
*/
)
Returns
PRO_TK_NO_ERRORReference control information successfully returned.
PRO_TK_BAD_INPUTSThe solid handle is invalid.
PRO_TK_E_NOT_FOUNDNo reference control options are set in the model.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

  1. Assembly: Top-down Design: External Reference Control Functions
  2. Assembly: Top-down Design: External Reference Control Functions

Sample Code References:

  1. pt_examples ( TestExtref.c )
  2. pt_examples ( TestExtref.c )
  3. pt_userguide ( UgModelCheck.c )