Write a constructor for Constraint
#36
Loading…
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?
As of #29, the + button in the
AddRemove
component is the only thing that can create aConstraint
. A lot of the code it uses for this is general-purpose, and would fit nicely into theassembly
module. This general-purpose code should be turned into an associated function ofConstraint
.