Class ExportDocumentToStepDto<T> (Inputs.OCCT)
Constructors
constructor
new ExportDocumentToStepDto<T>( document?: T, fileName?: string, author?: string, organization?: string, compress?: boolean, tryDownload?: boolean,): ExportDocumentToStepDto<T> Parameters
Optionaldocument: TOptionalfileName: stringOptionalauthor: stringOptionalorganization: stringOptionalcompress: booleanOptionaltryDownload: boolean
Properties
document
fileName
fileName: string
author
author: string
organization
organization: string
compress
compress: boolean
tryDownload
tryDownload: boolean
DTO for exporting an assembly document to STEP format. Takes the document handle directly.