Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface MeshExtractionOptions

    Options for extracting and processing meshes from compute responses.

    interface MeshExtractionOptions {
        allowAutoPosition?: boolean;
        allowScaling?: boolean;
        debug?: boolean;
        parsing?: MeshBatchParsingOptions;
    }
    Index

    Properties

    allowAutoPosition?: boolean

    Apply automatic ground offset positioning (Z=0). Defaults to true.

    allowScaling?: boolean

    Apply scaling based on model units. Defaults to true.

    debug?: boolean

    Enable verbose logging. Defaults to false.

    Configuration for parsing mesh batches.