[
https://issues.apache.org/jira/browse/TIKA-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830655#comment-17830655
]
Tim Allison commented on TIKA-4224:
-----------------------------------
The file correctly loads as an OPCPackage, as according to the spec. There's
one relationship: http://schemas.microsoft.com/3dmanufacturing/2013/01/3dmodel
which is also listed as "required" in the spec. It doesn't say it explicitly,
but it does say that the model part is required, and the way you specify the
model part is as a relationship with that URL.
> Add detection for 3MF
> ---------------------
>
> Key: TIKA-4224
> URL: https://issues.apache.org/jira/browse/TIKA-4224
> Project: Tika
> Issue Type: Improvement
> Reporter: Robin Schimpf
> Priority: Major
> Attachments: linear_extrude.3mf
>
>
> 3MF is an alternative format to STL for 3D models. Exporting this file
> ([https://github.com/openscad/openscad/blob/master/examples/Basics/linear_extrude.scad)]
> with OpenSCAD into 3MF the result file is detected as application/zip.
>
> Export command
> {code:java}
> openscad.exe -o result\linear_extrude.3mf examples\Basics\linear_extrude.scad
> {code}
> Refs:
> [https://en.wikipedia.org/wiki/3D_Manufacturing_Format]
> [https://3mf.io/]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)