I am trying to read AutoCAD's dxf file and load it to THREE.js scene. I have all information except triangulation index array. Example, for 1 3dface object, say, I have points like [{x: 0, y: 0, z: 0}, {x: 0, y: 1, z: 1}, {x: 1, y: 1, z: 0}, {x: 1, y: 0, z: 0}] and for just this one I am giving to faces array values [0, 1, 3, 3, 1, 2](for creating triangulations). But this is only for one 3dface object. How about 10 thousands or millions of points. How I can create triangulation face index? Or is there any information about that in dxf file?
Thanks
Message 1 of 3
How to read AutoCAD's dxf 3dface index array?

Not applicable
09-06-2021
04:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report