Saxonberg Server API
    Preparing search index...

    One constituent in a mixture / alloy. materialPath is the templatePath of the contained Material; fraction is the weight fraction (0–1; sum across composition entries should approach 1 for complete authoring, but the v1 model doesn't enforce). Mole-fraction authoring is a follow-on.

    interface CompositionEntry {
        fraction: number;
        materialPath: string;
    }
    Index

    Properties

    fraction: number
    materialPath: string