Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello every body. What's up?
I need a code to generate the Flat Pattern in VBA.
I made an app who sets the specific material and I would like to unfold the folded part at the same time.
I tried this code, but not works:
Dim partDoc As PartDocument
Dim sheetMetalDef As SheetMetalComponentDefinition
If (Not sheetMetalDef.HasFlatPattern()) Then
sheetMetalDef.Unfold
End If
Ladimir Abdala
ThyssenKrupp Elevadores
Brazil
Windows 7 Professional 64Bits
Inventor 2011 Pro
Solved! Go to Solution.