Coordinates Object Manager #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create an object manager for the coordinates model, that allows the creation of an instance of
Coordinates
via a tuple containing the X, Y and Z coordinates.Currently there are many instances where coordinates are passed individually as kwargs, this is messy and can be simplified.