thdmaker 0.0.4

A comprehensive 3D file format library supporting AMF, STL, 3MF and other 3D manufacturing formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use super::error;

pub mod model;
pub mod package;
pub mod primitive;

pub mod trianglesets;
pub mod beamlattice;
pub mod booleanoperations;
pub mod displacement;
pub mod material;
pub mod production;
pub mod securecontent;
pub mod slice;
pub mod volumetric;
pub mod implicit;