Bitbybit Docs
    Bereite Suchindex vor...

    Klasse LoadStepOrIgesDto (Inputs.OCCT)

    File content, a file name and an axis option for io.loadSTEPorIGES, which reads STEP or IGES into a shape.

    Index

    Konstruktoren

    Eigenschaften

    Konstruktoren

    • Parameter

      • Optionalfiletext: string | ArrayBuffer
      • OptionalfileName: string
      • OptionaladjustZtoY: boolean

      Rückgabewert LoadStepOrIgesDto

    Eigenschaften

    filetext: string | ArrayBuffer

    The file's text for .step, .stp, .iges and .igs, or an ArrayBuffer for the compressed .stpz and .igz forms.

    undefined
    
    fileName: string

    The file name; its extension decides whether it is read as STEP or IGES and whether it is compressed.

    shape.step
    
    adjustZtoY: boolean

    When true, the shape is turned so the file's Z-up becomes this library's Y-up.

    true