Expand description
Command implementations for the 3mf CLI tool.
This module contains the core logic for all CLI commands. Each public function corresponds to a CLI subcommand and can be called programmatically.
Modules§
Enums§
- Output
Format - Output format for CLI commands.
- Repair
Type - Types of mesh repair operations.
Functions§
- benchmark
- Benchmark loading and parsing performance.
- convert
- Convert between 3D formats (3MF, STL, OBJ).
- copy
- Copy and re-package a 3MF file.
- decrypt
- Decrypt a 3MF file.
- diff
- Compare two 3MF files structurally.
- dump
- Dump the raw parsed Model structure for debugging.
- encrypt
- Encrypt a 3MF file.
- extract
- Extract a file from the 3MF archive by path.
- extract_
by_ resource_ id - Extract a texture resource by resource ID.
- list
- List all entries in a 3MF archive.
- rels
- Inspect OPC relationships and content types.
- repair
- Repair mesh geometry in a 3MF file.
- sign
- Sign a 3MF file using an RSA key.
- stats
- Generate statistics and metadata for a 3MF file.
- validate
- Validate a 3MF file against the specification.
- verify
- Verify digital signatures in a 3MF file.