ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
meline.h File Reference
#include <bom/bom_attr.h>
#include <bom/bom_errors.h>
#include <bom/bom_tokens.h>
#include <fclasses/tc_basic.h>
#include <me/libme_exports.h>
#include <me/libme_undef.h>

Go to the source code of this file.

Functions

ME_API int APPGRP_line_add (tag_t appGrpLine_tag, tag_t child_tag)
 
ME_API int BOP_line_add (tag_t bom_line, tag_t item_folder, tag_t item_revision_folder, tag_t bv, tag_t *new_line)
 
ME_API int BOP_line_add_alternate (tag_t bom_line, tag_t item, tag_t item_revision, tag_t bom_view, tag_t *new_line)
 
ME_API int BOP_line_add_app_group (tag_t parent, tag_t app_group, logical as_substitute, tag_t *new_bom_line)
 
ME_API int BOP_line_add_app_group_with_occ_type (tag_t parent, tag_t app_group, logical as_substitute, char *occType, tag_t *new_bom_line)
 
ME_API int BOP_line_add_substitute (tag_t bom_line, tag_t item, tag_t item_revision, tag_t bom_view, tag_t *new_line)
 
ME_API int BOP_line_add_with_occ_type (tag_t bom_line, tag_t item_folder, tag_t item_revision_folder, tag_t bv, char *occType, tag_t *new_line)
 
ME_API int BOP_line_ask_appearance (tag_t bomline, int *count, tag_t *appearance)
 
ME_API int BOP_line_ask_appearance_links (tag_t bom_line, char *relation_type, int *count, tag_t **appearances)
 
ME_API int BOP_line_ask_linked_appearances (tag_t bom_line, logical requiredOnly, int *count, tag_t **appearances)
 
ME_API int BOP_line_change_sequence_number (tag_t bopline, int startNum, int incrNum)
 
ME_API int BOP_line_create_assembly_tree (tag_t bopline, logical onOperation, logical updateOnly, tag_t *viewTag)
 
ME_API int BOP_line_link_to_appearance (tag_t bom_line, tag_t appline, logical asRequired)
 
ME_API int BOP_line_remove_appearance (tag_t bom_line, tag_t appearance, logical asRequired)
 
ME_API int BOP_line_update_workpiece (tag_t bopline, logical selfOnly)
 
ME_API int BOP_window_get_occ_type_filter (tag_t window_tag, int *count, char ***typeList)
 
ME_API int BOP_window_hide_occ_type_filter (tag_t bopWindow)
 
ME_API int BOP_window_set_occ_type_filter (tag_t window_tag, int count, char **typeList)
 
ME_API int BOP_window_show_occ_type_filter (tag_t bopWindow)
 
ME_API int BOPLine_set_occ_group_base_mode (tag_t bopline_tag, logical viewModeInBase)
 
ME_API int ME_should_create_ice (tag_t line, logical *track)