| Description |
| Dimensions the entities in the specified section to each other. |
| Synopsis |
| #include <ProSecdim.h> |
| ProError | ProSecdimCreate | ( |
| ProSection handle | |
| /*
(In) |
| The section handle |
| */ |
| int entity_ids[] | |
| /*
(In) |
| An array of entity identifiers |
| */ |
| ProSectionPointType point_types[] | |
| /*
(In) |
| An array of point types (PRO_ENT_...) |
| */ |
| int num_ids | |
| /*
(In) |
| The length of the entity_ids array |
| */ |
| ProSecdimType dim_type | |
| /*
(In) |
| The dimension type (linear, angular, length, and so on) |
| */ |
| Pro2dPnt place_pnt | |
| /*
(In) |
| The placement point |
| */ |
| int* r_dim_id | |
| /*
(Out) |
| The identifier of the section dimension |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully dimensioned the entities. |
| PRO_TK_BAD_INPUTS | | One or more of the input arguments are invalid. |
| PRO_TK_MEMORY_ERROR | | There was a memory error. |
|