Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SaveStepDto

Index

Constructors

constructor

  • new SaveStepDto<T>(shape?: T, fileName?: string, adjustYtoZ?: boolean, tryDownload?: boolean): SaveStepDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional fileName: string
    • Optional adjustYtoZ: boolean
    • Optional tryDownload: boolean

    Returns SaveStepDto<T>

Properties

adjustYtoZ

adjustYtoZ: boolean

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

default

false

fileName

fileName: string

File name

default

shape.step

Optional fromRightHanded

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

default

false

shape

shape: T

Shape to save

default

undefined

Optional tryDownload

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.

default

true

Generated using TypeDoc