Skip to content

Arbitrary orientation of Volume layers in Volume.draw #162

@vischia

Description

@vischia

At the moment, Volume.draw works only for horizontal layers.

It would be good to modify it to draw arbitrarily oriented layers, for the future.

The only technical issue preventing this is that currently the layers have xyz placement but only xy spans. If all layer/panel classes returned xyz placement and xyz span, this could be generalized to arbitrarily oriented panels/layers in an Euclidean space.

Requires: changing the interface of layers/panels significantly, to return also a z span, and adapt the code to accept the new interface.

Metadata

Metadata

Assignees

Labels

DetectorsIssue affects the detectorsFunctionalityIssue adds to the functionality of the packageGeneralisationIssue affects the generalisation of the packagegood first issueGood for newcomerslow priorityShould be fixed eventually, but isn't urgent

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions