Description | |||||||||||||||||
Create the constraints with the entities in the specified section to each other.
This function should only be called if Intent Manager mode is used for the section (see ProSectionIntentManagerModeSet() |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProSection.h> | |||||||||||||||||
ProError | ProSectionConstraintCreate | ( | |||||||||||||||
ProSection handle | |||||||||||||||||
/* (In) | |||||||||||||||||
The section handle | |||||||||||||||||
*/ | |||||||||||||||||
ProSelection* ref_ent | |||||||||||||||||
/* (In) | |||||||||||||||||
An array of selection of entities | |||||||||||||||||
*/ | |||||||||||||||||
int num_ents | |||||||||||||||||
/* (In) | |||||||||||||||||
Number of selection entities. | |||||||||||||||||
*/ | |||||||||||||||||
ProConstraintType constr_type | |||||||||||||||||
/* (In) | |||||||||||||||||
The constraint type. | |||||||||||||||||
*/ | |||||||||||||||||
int* constr_id | |||||||||||||||||
/* (Out) | |||||||||||||||||
Created constraint id | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|