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

    Class SaveStepDto<T>

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalfileName: string
      • OptionaladjustYtoZ: boolean
      • OptionaltryDownload: boolean

      Returns SaveStepDto<T>

    Properties

    shape: T

    Shape to save

    undefined
    
    fileName: string

    File name

    shape.step
    
    adjustYtoZ: boolean

    Adjust Y (up) coordinate system to Z (up) coordinate system

    false
    
    fromRightHanded?: boolean

    Will assume that the shape is created in right handed coordinate system environment and will compensate by not mirroring the shape along z axis

    false
    
    tryDownload?: boolean

    Will attempt to download the file if that is possible, keep in mind that you might need to implement this yourself. In bitbybit this is handled by worker layers which only run in browsers.

    true