ruevs
ruevs
In short - this is fixed in master - the original issue is https://github.com/solvespace/solvespace/issues/1292. The whole story: When running (from the commend line) `solvespace.exe feet-10deg.slvs` with the two files (`feet-10deg.slvs`...
@iscgar you are on Linux and currently actively working on SolveSpace. Would you please test/confirm that this is fixed, so that I can close it?
Thank you. What you did is enough. The relative path to the slvs file on the command line used to caue the problem, not the CWD.
> > > ...group ordering. Internally, groups are hierarchical, but they're linearized for display in the group list, which can have very confusing results. Indeed https://github.com/solvespace/solvespace/issues/120
The currently implemented method to have multiple freely moveable copies of the same object is to draw it alone and save it in a separate file and then "link/assemble" it...
> Ah, I think I still end up running into the concerns described in https://solvespace.com/forum.pl?action=viewthread&parent=1238&tt=1638401711 even with link/assembly. (I am actually doing something quite similar in concept, although with different...
And one can constrain points on (any of the) copies using the vertical, horizontal, on line, midpoint, symmetric etc. constraints. The requested feature is completely superfluous.
> While distance between origins of the _1st-copy_ and the _N-copy_ is `>= N × step_length_value` & `< (N+1) × step_length_value` draw only `N` copies. @Symbian9 and otherwise? Draw more...
OK - I understand. This is a valid use case. Typical example - the mounting holes along a linear rail. Essentially it would be a "variable N (copies) translate" with...
Definitely. A possible solution in a future where [parametric sketches](https://github.com/solvespace/solvespace/issues/77) are implemented is to literally do `NumberOfCopies=TotalLength/CopyDistance`.