Stu142
Stu142
This is a great idea, it should be fairly easy to implement the starting position to be 0,0 instead of offset by half a grid. It should also be easy...
@bcwhite-code the z placement is actually an intentional choice so if you go to make a custom cuts into the bin blank you can set your sketch to be on...
You can reference the properties of the bin in dimensions of sketches or features l. So for example you draw a sketch on top of a blank bin then pad...
@Ruudjhuu Are you talking about the end result or just the individual generation functions? I would like the final result to be with the bin positioned as in the image...
@Ruudjhuu, you make a very good point here, enough to justify a parameter in the bin to change the location to center on the origin based on what you are...
I have taken heavy inspiration from PR #29 in #55 which is currently in draft and does include large changes. It will take a little while to get that completely...
I have been considering adding a `xLocationOffset` and `yLocationOffset` as when a bin is generated withing a part design body the Attachement Offset property is no longer available and it...
@greg19 I discovered that the `Placement` property is still created the same as everything else, just hidden for this scenario, but can be shown with `obj.setEditorMode("Placement", 0)` so easy fix...
I unfortunately do not have a macOS or Linux machine to test on. I don't currently know what might be causing this but I will keep it in mind.
It appears the section of code it is referencing I copied from the FreeCAD gear workbench and don't really know the ins and outs of it. All of the view...