Z3 Development
Z3 Development
@gilboonet You should be able to load the SVG text into a Blob. I can provide the code. The trick will be getting the browser to download it. Is this...
@gilboonet is this issue still important to your projects? I can supply some example code if interested.
@fischman As always, your issues are the most interesting. I know that there's a question where... Sorry. I don't know of an "easy" way to "bend" a CSG. There are...
FYI, V2 geometries are still polygon based data structures. The V2 API and internals will be more friendly to different implementations, including transforms. But there’s really no solid plans for...
@thesourcerer8 Thanks! We'll see if this is possible, but think so.
@thesourcerer8 can you help define what you would like the X3D file to contain? there's a lot of possibilities. https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Meshes I'm thinking that a DEF attribrutue could be added.
Do you want names in another export format, like DXF?
Support of 'name' attribute added to V2 DXF serializer. #684
Comment... each serializer should provide a list of supported attributes, such as 'name' or 'class' or 'id'. In addition, these attributes need to be preserved by generalize(), possibly a new...
From the forum... concerning SVG serialization 'class' element for sure is interesting as it will ease styling. About 'id', yes it must be used carefully to ensure that each object...