Open ThomasOrtner opened 2 weeks ago
multi-object objs do not load correctly ... created new issue #460
ROI cut out does not produce the right number of output geometries, in this case 5 are missing. locally stored test scene 20241105_697_to_695_CoRegistration.pro3d
to investigate this further, I will try to work on positions only and returning a MOO, where each surface generates a pointcloud o
in the file consisting only of vertices v
. This should be a valid MO obj file of the following form
o [surfaceNameA]
v [global position 3d]
v [global position 3d]
...
o [surfaceNameB]
v [global position 3d]
v [global position 3d]
...
ZCAM-0695-ZCAM08694-L-RAD-ALL-110-OPC-MULTI-SPHR-20230727
Obj cutout is available via the Feature Query API. The polygonal query region does not produce a cutout of the same polygonal shape, Further, there needs to be an option to produce an obj cutout in global coordinates.
I am aware that this feature is experimental ;)