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

How to unfold with one bending line instead of two lines? #38

Closed
ceremcem opened this issue Aug 17, 2018 · 6 comments
Closed

How to unfold with one bending line instead of two lines? #38

ceremcem opened this issue Aug 17, 2018 · 6 comments

Comments

@ceremcem
Copy link
Contributor

ceremcem commented Aug 17, 2018

Currently, unfolding the following part:

image

produces following output in DXF file (via TechDraw workbench):

image

I added the red line with Gimp, which is what I wanted instead of the green ones (because I'm bending the sheet metal with air bending technique).

How can I produce one bending line (the red one) instead of these two green ones?

@shaise
Copy link
Owner

shaise commented Aug 17, 2018

I do not know if you have the latest version, but in the latest version the unfolder creates a "projection sketch" with only one line in the middle, ready for bending machine.
(when you press the unfold button, you get a task dialog. make sure the "create projection sketch" is selected)

@ceremcem
Copy link
Contributor Author

That was the answer I was afraid of. I'm using FC-0.17-Asm3-0.8.2, btw. Here is a part drawn from scratch and its unfold projection (which seems okay except its visualization, it seems a little bit shifted):

metal-sheet-projection-success

And here is the non-working attempt for the real case:

failing-unfold

@easyw
Copy link
Contributor

easyw commented Aug 17, 2018

If you post the file I could have a look.

@ceremcem
Copy link
Contributor Author

Absolutely, here it is

@easyw
Copy link
Contributor

easyw commented Aug 17, 2018

@ceremcem
you are trying to unfold a link to your object.
A3 branch has a ton of new features that are not covered by FC official WBs as like the external WBs.
SheetMetal doesn't support Links ATM.
This is normal, considering you are working with an experimental dev branch...

If you unfold the original object (or even a simple copy of it) SM will create correctly the unfold sketch.
sm-a3

@ceremcem
Copy link
Contributor Author

ceremcem commented Aug 17, 2018

Thank you!

The main reason for trying to unfold the linked object is that I need to both see the 3D drawing and the unfolded version. As I was only using the unfold=true property, I thought that would be only possible with unfolding a linked object (since I needed to track changes (such as cutting windows, etc) on the parent).

Anyway, since unfold tool displays both folded and unfolded versions, there is no need to create the linked one.

BTW: Similar question here

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

No branches or pull requests

3 participants