Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SaveStepDto

Index

Constructors

Properties

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

shape

shape: T

Shape to save

default

undefined

Optional tryDownload

tryDownload: boolean

Will attempt to downlaod the file if that is possible

default

true

Generated using TypeDoc