ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
design.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 DESIGN_create_design (const char *design_id, const char *design_desc, const tag_t uom_tag, const char *design_name, const char *design_type_name, const char *rev_id, tag_t *design_tag, tag_t *design_rev_tag)
 
TCCORE_API int DESIGN_rev_ask_associated_part_revs (tag_t design_rev, int *part_revs_count, tag_t **part_revs)
 

Detailed Description

This header file declares functions related to Design type. Designers will create Design Objects which have product structures that represent how the CAD data is assembled. Each Part may be associated with one or more Design Objects. Likewise, a Design Object may be associated with more than one Part. Certain Parts do not require a Design Object, for example, paint and glue.

Definition in file design.h.