Z3 Development
Z3 Development
> > can we focus these changes on just point # 2, adding the V2 namespaces back to V3? it's shouldn't be that different. > > then we can decide...
@hjfreyer nice suggestions. thanks. The suggestion to 'align' based on the structure of the array seems reasonable, but probably requires another 'option'. Feel free to submit some API changes. We...
@hjfreyer V3 recently had a major change to the APIs in general. I think that @platypii could add a few comments on the changes here.
V3 now exports names directly from the various indexes, and pretty much flattens the namespaces in the main index. ``` export * from './colors/index.js' export * from './curves/index.js' export *...
> @z3dev it may be a strange request, but I would like to be able to support running v2 and v3 in jscadui. Well... I've been watching lately. And my...
By the way, it may be time to have a little chat about plans for the website. I'd be curious as to what everyone is thinking. The website needs some...
> @z3dev would you like to chat on discord in jscad channel, or a more private session somewhere like a meet. I do not have any reliable means to contact...
@tsuckow translating a 2D shape to another dimension doesn't really work. So, don't do it. In other words, there's no way to know what will happen. by the way, the...
Actually, the 2D geometry contains both matrix and set of points. After the translate(), the **matrix** is adjusted Z+ 10. The rendering shows the 2D object laying above the XY...
@tsdexter You are correct. STL does not support the concept of parts, just one mesh. You can use DXF, 3MF, or X3D to exports parts. Of course, you design should...