Function ProSecdimCreate
Description
Dimensions the entities in the specified section to each other.
Synopsis
#include <ProSecdim.h>
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
The function successfully dimensioned the entities.
One or more of the input arguments are invalid.
PRO_TK_MEMORY_ERROR
There was a memory error.
Sample Code References
User Guide References
¿Fue esto útil?