Skip to content

[BUG] spread(n, spacing=10) should be equivalent to spread(n, spacing=[10, 0, 0]) #90

@ameuret

Description

@ameuret

I expect spread(n, spacing=10) to behave exactly as spread(n, spacing=[10, 0, 0])

That is:

image

Current behaviour

spread(n=3, spacing=10) cube(size=[3,2,1], center=true);

produces
image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions