Autodesk Navisworks API
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Enable ALLOW_RESA VE when converting NWC to NWD
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
147 Views, 1 Replies
04-30-2012 02:45 AM
We're converting NWC to NWD, but the resulting NWD files are locked.
So we need a method to batch convert NWC + NWF files to NWD while enabling the flag: ALLOW_RESAVE
How do we enable this flag using vbscript or .NET?
Morten Bastue Jacobsen
Rambøll Danmark A/S
www.ramboll.dk
Rambøll Danmark A/S
www.ramboll.dk
Solved! Go to Solution.
Re: Enable ALLOW_RESA VE when converting NWC to NWD
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-09-2012 09:55 PM in reply to:
mobj
When you use Publish to generate the nwd file, you can set the flag:
.NET API: PublishProperties.AllowResave . refer to api\net\documentation\.NET API.chm to find the sample
COM API: InwOaPublishAttribute.Flags = nwEPublishFlags .ePublishFlag_ALLOW_RESAVE . refer to api\com\examples\auto_08, you can know how to se attributes.
Xiaodong Liang
Developer Technical Services
Autodesk Developer Network
