Category Assembly, Object ProRef

Function ProRefCtrlSolidSet


Description
Set a specified external reference control for solid, that is, for a part or assembly.
Synopsis
#include <ProScope.h>
ProErrorProRefCtrlSolidSet(
ProSolid solid
/* (In)
The scope owner where reference control options are embedded.
*/
ProExtRefScope scope
/* (In)
External reference scope criterion.
*/
ProInvalidRefBehavior behavior
/* (In)
Defines behavior on scope violation.
*/
)
Returns
PRO_TK_NO_ERRORExternal reference control successfully set.
PRO_TK_BAD_INPUTSThe solid handle is invalid.
PRO_TK_INVALID_TYPEThe settings are invalid.
PRO_TK_NOT_VALIDConfig options setting disallows changing object reference control; or required 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 )