1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/// Defines the type representing the 3MF Model element and elements and attributes related to it.
/// Defines the type representing the Metadata element and other elements and attributes related to it.
/// Defines the type representing the Resources elements and other elements and attributes related to it.
/// Defines the type representing a Object and other elements and atrributes related to it.
/// Defines the type representing a Mesh object and other elements and attributes related to it.
/// Defines the type representing a Components object and other elements and attributes related to it.
/// Defines the Transform type for use in Model.
/// Defines the type representing Build and other elements and attributes related to it.
/// Defines the type representing Triangle Sets and other elements and attributes related to it.
/// Defines the type representing a Beam Lattice element and other elements and attributes related to it.
/// Defines the type representing a Boolean Shape element and other elements and attributes related to it.
/// Defines 3MF specification-compliant type aliases for IDs and indices.
pub use ;