Category Sketches and sections, Object ProSecdim

Function ProSecdimCreate


Description
Dimensions the entities in the specified section to each other.
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimCreate(
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_ERRORThe function successfully dimensioned the entities.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_MEMORY_ERRORThere was a memory error.

Manual References:

  1. Element Trees: Sections: Adding Section Dimensions
  2. Element Trees: Sections: Adding Section Dimensions

Sample Code References:

  1. pt_examples ( TestSect.c )
  2. pt_examples ( TestSect.c )
  3. pt_examples ( TestSect.c )
  4. pt_examples ( TestSect.c )
  5. pt_examples ( TestSect.c )
  6. pt_examples ( TestSect.c )
  7. pt_examples ( TestSect.c )
  8. pt_examples ( TestSect.c )
  9. pt_examples ( TestSect.c )
  10. pt_examples ( TestSect.c )
  11. pt_examples ( TestSect.c )
  12. pt_examples ( TestSect.c )
  13. pt_examples ( TestSect.c )
  14. pt_examples ( TestSect.c )
  15. pt_examples ( TestSect.c )
  16. pt_examples ( TestSect.c )
  17. pt_examples ( TestSect.c )
  18. pt_examples ( TestSect.c )
  19. pt_examples ( TestSect.c )
  20. pt_examples ( TestSect.c )
  21. pt_examples ( TestSect.c )
  22. pt_examples ( TestSect.c )
  23. pt_examples ( TestSect.c )
  24. pt_examples ( TestSect.c )
  25. pt_examples ( TestSect.c )
  26. pt_examples ( TestSect.c )
  27. pt_examples ( UtilSect.c )
  28. pt_examples ( UtilSect.c )
  29. pt_examples ( UtilSect.c )
  30. pt_geardesign ( GearDesignUtils.c )
  31. pt_geardesign ( GearDesignUtils.c )
  32. pt_geardesign ( GearDesignUtils.c )
  33. pt_geardesign ( GearDesignUtils.c )
  34. pt_geardesign ( GearDesignUtils.c )
  35. pt_geardesign ( GearDesignUtils.c )
  36. pt_geardesign ( GearDesignUtils.c )
  37. pt_userguide ( Ug3DSectSplineDim.c )
  38. pt_userguide ( Ug3DSection.c )
  39. pt_userguide ( Ug3DSection.c )
  40. pt_userguide ( Ug3DSection.c )
  41. pt_userguide ( Ug3DSection.c )
  42. pt_userguide ( Ug3DSection.c )
  43. pt_userguide ( Ug3DSection.c )
  44. pt_userguide ( Ug3DSection.c )
  45. pt_userguide ( Ug3DSection.c )
  46. pt_userguide ( Ug3DSection.c )
  47. pt_userguide ( UgSectModelCreate.c )
  48. pt_userguide ( UgSectModelCreate.c )
  49. pt_userguide ( UgSectModelCreate.c )
  50. pt_userguide ( UgSectModelCreate.c )
  51. pt_userguide ( UgSweepCreate.c )
  52. pt_userguide ( UgSweepCreate.c )
  53. pt_userguide ( UgSweepCreate.c )