Bitbybit Docs
    Preparing search index...

    Class ExportDocumentToStepDto<T> (Inputs.OCCT)

    A document and file options for assembly.manager.exportDocumentToStep.

    Type Parameters

    • T
    Index

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionaldocument: T
      • OptionalfileName: string
      • Optionalauthor: string
      • Optionalorganization: string
      • Optionalcompress: boolean
      • OptionaltryDownload: boolean

      Returns ExportDocumentToStepDto<T>

    Properties

    document: T

    The document from buildAssemblyDocument or loadStepToDoc.

    undefined
    
    fileName: string

    The file name written into the STEP header and used for the download.

    assembly.step
    
    author: string

    The author written into the STEP header.

    Bitbybit user
    
    organization: string

    The organization written into the STEP header.

    Bitbybit
    
    compress: boolean

    When true, the file is written as gzip-compressed STEP-Z.

    false
    
    tryDownload: boolean

    When true, a browser download of the file is started where that is possible; the kernel itself only returns the bytes.

    false