Reference between fold and unfold model. SheetMetal

Reference between fold and unfold model. SheetMetal

mirkomaga
Contributor Contributor
282 Views
1 Reply
Message 1 of 2

Reference between fold and unfold model. SheetMetal

mirkomaga
Contributor
Contributor

hi, I need to derive the transformation matrix between model and sheet metal. I need to associate the folding edge of the flat model with the edge of the model, what can I do?

0 Likes
Accepted solutions (1)
283 Views
1 Reply
Reply (1)
Message 2 of 2

Michael.Navara
Advisor
Advisor
Accepted solution

There is no single transformation matrix between folded model and flatpattern.

You can try to use this two methods FlatPattern.GetFlatPatternEntity and FlatPattern.GetSheetMetalEntity

or you can try to use planar sketch and set CopyToFlatpattern to true. Later on you can get two transformation matrices from this two sketches and calculate your own transformation between folded model and flatpattern for specific sketch (planar face).

0 Likes