ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tccore
design.h
Go to the documentation of this file.
1
// @<COPYRIGHT_START>@
2
// =====================================================
3
// Copyright (c) 2013 Siemens PLM. All Rights Reserved.
4
// =====================================================
5
// @<COPYRIGHT_END>@
6
7
17
#ifndef DESIGN_H
18
#define DESIGN_H
19
20
#include <
unidefs.h
>
21
#include <tccore/libtccore_exports.h>
22
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
45
extern
TCCORE_API
int
DESIGN_create_design
(
46
const
char
*design_id,
48
const
char
*design_desc,
49
const
tag_t
uom_tag,
51
const
char
*design_name,
52
const
char
*design_type_name,
53
const
char
*rev_id,
55
tag_t
*design_tag,
56
tag_t
*design_rev_tag
57
);
58
70
extern
TCCORE_API
int
DESIGN_rev_ask_associated_part_revs
(
71
tag_t
design_rev,
72
int
* part_revs_count,
73
tag_t
** part_revs
74
);
75
77
#ifdef __cplusplus
78
}
79
#endif
80
#include <tccore/libtccore_undef.h>
81
#endif