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

add operatiors to the Feature class #34

Open
MaxBerktoldRWTH opened this issue Jun 20, 2024 · 0 comments
Open

add operatiors to the Feature class #34

MaxBerktoldRWTH opened this issue Jun 20, 2024 · 0 comments

Comments

@MaxBerktoldRWTH
Copy link
Collaborator

At the moment constructed features must be instantiated implicitely like this:

TAirRoom_change = Connection(Change(base=TAirRoom))

It would be cleaner to just implement it like this:

TAirRoom_change = TAirRoom.change

Planned are: Addition, Subtraction, Multiplication, Division, change, shift

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

When branches are created from issues, their pull requests are automatically linked.

1 participant