ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
part.h File Reference
#include <unidefs.h>
#include <tccore/libtccore_exports.h>
#include <tccore/libtccore_undef.h>

Go to the source code of this file.

Functions

TCCORE_API int PART_create_part (const char *part_number, const char *part_desc, const tag_t uom_tag, const char *part_name, const char *part_type_name, const char *rev_id, const logical is_design_reqd, const int source, tag_t *part, tag_t *part_rev)
 
TCCORE_API int PART_create_part2 (const char *item_type, int num_attributes, char **attribute_names, char **attribute_values, const char *revision_id, const logical is_design_reqd, const int source, tag_t *part, tag_t *part_revision)
 
TCCORE_API int PART_rev_ask_associated_design_revs (tag_t part_rev, int *design_revs_count, tag_t **design_revs)
 
TCCORE_API int PART_rev_ask_primary_representation (tag_t part_rev, tag_t *primary_design_rev)
 
TCCORE_API int PART_rev_associate_design_rev (tag_t part_rev, tag_t design_rev, tag_t *rel_tag)
 
TCCORE_API int PART_rev_set_primary_representation (tag_t part_rev, tag_t design_rev)
 

Detailed Description

This header file declares functions related to Part type. The Part business object is represented by an item in the product structure. Each Part Object may have one or more CAD designs associated with it. The Part is managed by the company's part releasing system; it is typically revised and released separately from the associated design.

Definition in file part.h.