|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Go to the source code of this file.
Functions | |
| ASSY_JT_API int | ASSY_JT_create (tag_t sc_tag, tag_t item, tag_t item_rev, tag_t bom_view, tag_t bom_view_rev, tag_t rev_rule, tag_t var_rule, logical monolithic_jt, logical continue_on_failure, logical process_interim_nodes, char *target_loc, char *tmode, int *num_failed_nodes, int **failed_codes, char **jt_file_name) |
| ASSY_JT_API int | ASSY_JT_create2 (tag_t sc_tag, tag_t item, tag_t item_rev, tag_t bom_view, tag_t bom_view_rev, tag_t rev_rule, tag_t var_rule, logical monolithic_jt, logical continue_on_failure, logical process_interim_nodes, const char *target_loc, const char *tmode, const char *JtWithNameToIgnoreOnExportedTopRev, int *num_failed_nodes, int **failed_codes, char **jt_file_name) |
| ASSY_JT_API int ASSY_JT_create | ( | tag_t | sc_tag, |
| tag_t | item, | ||
| tag_t | item_rev, | ||
| tag_t | bom_view, | ||
| tag_t | bom_view_rev, | ||
| tag_t | rev_rule, | ||
| tag_t | var_rule, | ||
| logical | monolithic_jt, | ||
| logical | continue_on_failure, | ||
| logical | process_interim_nodes, | ||
| char * | target_loc, | ||
| char * | tmode, | ||
| int * | num_failed_nodes, | ||
| int ** | failed_codes, | ||
| char ** | jt_file_name | ||
| ) |
| ASSY_JT_API int ASSY_JT_create2 | ( | tag_t | sc_tag, |
| tag_t | item, | ||
| tag_t | item_rev, | ||
| tag_t | bom_view, | ||
| tag_t | bom_view_rev, | ||
| tag_t | rev_rule, | ||
| tag_t | var_rule, | ||
| logical | monolithic_jt, | ||
| logical | continue_on_failure, | ||
| logical | process_interim_nodes, | ||
| const char * | target_loc, | ||
| const char * | tmode, | ||
| const char * | JtWithNameToIgnoreOnExportedTopRev, | ||
| int * | num_failed_nodes, | ||
| int ** | failed_codes, | ||
| char ** | jt_file_name | ||
| ) |
Creates a jt file (assembly or monolithic) by traversing the structure given by a structure context, or item or itemrevision or bomview or bomviewrevision. Any one of these needs to be suplied (and at most one only). The rev_rule is used if any input root object is provided other than structure context.