05-30-2022
11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-30-2022
11:36 PM
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).