Model - Import
API reference for src/schema/domains/import on @huukhanhnguyen/model, reachable from ./compute.
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
NormalizeImportedFacesOptions
type
type NormalizeImportedFacesOptions
// = {
/** Material names whose faces must pass through untouched (textured). */
skipMaterials?: Set<string>;
/** Triangle count above which decimation kicks in. Test-only escape
* hatch — production callers should rely on the default. */
decimateLimit?: number;
}Stamped
type
type Stamped
// = ShellEntity & { material?: string; layer?: string; }