Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions