Sheet metal flat pattern defer update

Sheet metal flat pattern defer update

mikejones
Collaborator Collaborator
179 Views
2 Replies
Message 1 of 3

Sheet metal flat pattern defer update

mikejones
Collaborator
Collaborator

I'm trying to export a sheet metal flat pattern from a drawing the sheet metal drawing file. What I have so far works ok as long as the defer update if set on the flat pattern. How do I switch the defer update to off in iLogic? I've found the FlatPatternSettings.DeferUpdate property but I am unsure of how to use it. Any help appreciated.

 

Mike

Autodesk Certified Professional
0 Likes
180 Views
2 Replies
Replies (2)
Message 2 of 3

Michael.Navara
Advisor
Advisor

Here is the sample

Dim part As PartDocument = ThisDoc.Document
part.FlatPatternSettings.DeferUpdate = False
0 Likes
Message 3 of 3

mikejones
Collaborator
Collaborator

I tried that but it didn't work so I changed the ThisDoc.Document to ThisApplication.ActiveDocument and that did the trick.

 

Thand for the fast reply.

 

Mike

Autodesk Certified Professional
0 Likes