Message 1 of 2

Not applicable
02-26-2016
10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm developing an application to check if there is flat pattern, if not, the application must create.
To check if the flatpattern exists, I use the following code.
SheetMetalComponentDefinition sheetMetalCompDef = (Inventor.SheetMetalComponentDefinition)prtDoc.ComponentDefinition;
if (!sheetMetalCompDef.HasFlatPattern) {
//code to create the flatpattern
}
Anyone know how I could do to create the flatpattern?
Thanks!
Solved! Go to Solution.