vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
290 stars 86 forks source link

Question: How to determine whether the drawn content is a whole? #73

Open ghost opened 1 year ago

ghost commented 1 year ago

example:

20230706182156

I used Plane and Raycaster to catch scene objects

but I don't know how to determine if they are a whole.

I checked dxf-parser source code.

I didn't find any relevant and available data from the parsed data, or I may have missed it.

ghost commented 1 year ago

Do you have any good methods or ideas?

vagran commented 1 year ago

but I don't know how to determine if they are a whole.

I cannot really understand the meaning of this phrase. If this is about DXF features picking, yes, now most of information about initial DXF structure is lost during rendering batches assembly for the sake of performance. This is planned to be revised in next major release.