Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: 3d center option #78

Closed
a-baturin opened this issue Oct 17, 2021 · 2 comments
Closed

Feature Request: 3d center option #78

a-baturin opened this issue Oct 17, 2021 · 2 comments

Comments

@a-baturin
Copy link

Было бы здорово, если б можно было задавать не только
box(x, y, z, center=True/False)
, а и что-то вроде
box(x, y, z, centerX=True/False,centerZ=True/False, centerZ=True/False)
и
box(x, y, z, center=[True/False, True/False, True/False])

@a-baturin a-baturin changed the title FR 3d center option Feature Request: 3d center option Oct 17, 2021
@mirmik
Copy link
Owner

mirmik commented Oct 19, 2021

По сути эта фича нужна только для примитива box.
Я счел предложенные варианты несколько громоздкими, и потому добавил в экспериментальном режиме вот такой вариант api:

box(x,y,z, center="xy")

Соответственно, в строке указываем, по каким индексам хотим отцентрировать оси.

@a-baturin
Copy link
Author

На конкретном варианте синтаксиса я, конечно, не настаиваю.
Спасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants