bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class LoadStepToDocDto

    DTO for loading a STEP file and returning a document handle.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalstepData: string | File | Blob | ArrayBuffer | Uint8Array

      Returns LoadStepToDocDto

    Properties

    stepData: string | File | Blob | ArrayBuffer | Uint8Array

    STEP file content. Accepts string, ArrayBuffer, Uint8Array, File, or Blob. Supports both regular STEP and gzip-compressed STEP-Z.

    undefined