Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I want to merge my dxf file with navis drawing:
Autodesk.Navisworks.Api.Document doc = Autodesk.Navisworks.Api.Application.ActiveDocument;
if (doc.TryMergeFile(@"C:\test1.dxf"))
{
MessageBox.Show("Merge successful.");
}But when i merge this files.I open Tree Structure. Navis project has units "Inches", but test1.dxf has milimetres.
How can i set inches?
Thanks
Solved! Go to Solution.