Bitbybit Docs
    Preparing search index...

    Class ParseStepAssemblyToJsonDto (Inputs.OCCT)

    A STEP file for io.parseStepToJson, which reads its assembly structure without building geometry.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalstepData: string | ArrayBuffer | File | Blob | Uint8Array<ArrayBufferLike>

      Returns ParseStepAssemblyToJsonDto

    Properties

    stepData: string | ArrayBuffer | File | Blob | Uint8Array<ArrayBufferLike>

    The STEP file as text, ArrayBuffer, Uint8Array, File or Blob; gzip-compressed .stpz content is unpacked on its own.

    undefined