This repository contains 3MF conformance test suites. Each test suite provides coverage for a specific combination of 3MF Core and Extension requirements.
BSD 2-Clause "Simplified" License
7
stars
0
forks
source link
3mfEditor reports warnings when only one property in triangle. #77
When triangles only define one property in P1, the 3mfEditor reports the warning:
WR_015: Triangle: with pid=2 in file: /3D/3dmodel.model has not defined p2.
Since this is a valid case, and extensively used in many 3MF, this would cause to stop checking the 3MF after the maximum. Even if we increase the maximum, the log would be filled up with warnings.
I think better to just ignore this case, and do not report a warning.
Warnings are now suppressed if only a P1 is specified on the triangle. Will close this issue once an updated 3MF Editor jar and source are posted to the github site.
When triangles only define one property in P1, the 3mfEditor reports the warning:
WR_015: Triangle: with pid=2 in file: /3D/3dmodel.model has not defined p2.
Since this is a valid case, and extensively used in many 3MF, this would cause to stop checking the 3MF after the maximum. Even if we increase the maximum, the log would be filled up with warnings.
I think better to just ignore this case, and do not report a warning.