Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoadStepOrIgesDto

Index

Constructors

Properties

Constructors

constructor

  • new LoadStepOrIgesDto(filetext?: string | ArrayBuffer, fileName?: string, adjustZtoY?: boolean): LoadStepOrIgesDto
  • Parameters

    • Optional filetext: string | ArrayBuffer
    • Optional fileName: string
    • Optional adjustZtoY: boolean

    Returns LoadStepOrIgesDto

Properties

adjustZtoY

adjustZtoY: boolean

Adjusts models that use Z coordinate as up to Y up system.

default

true

fileName

fileName: string

File name

default

shape.igs

filetext

filetext: string | ArrayBuffer

File text

default

undefined

Generated using TypeDoc