Hi.
I'm developing a windows app with VS 2010.I need to use the pointview tools from my form. I believe that i have to use the Autodesk.NavosWorks.Api namespace and i tried with the next sentence and appears a pair of errors (C# code)
private void button2_Click_1(object sender, EventArgs e)
{
Autodesk.Navisworks.Api.Application.ActiveDocument.Tool = Tool.NavigateOrbit;
}
Please can somebody help me?? I really appreciate that...
Regards.
Sergio
Solved! Go to Solution.
Hi.
I'm developing a windows app with VS 2010.I need to use the pointview tools from my form. I believe that i have to use the Autodesk.NavosWorks.Api namespace and i tried with the next sentence and appears a pair of errors (C# code)
private void button2_Click_1(object sender, EventArgs e)
{
Autodesk.Navisworks.Api.Application.ActiveDocument.Tool = Tool.NavigateOrbit;
}
Please can somebody help me?? I really appreciate that...
Regards.
Sergio
Solved! Go to Solution.
Autodesk.Navisworks.Api.Application.ActiveDocument.Tool.Value = Autodesk.Navisworks.Api.Tool.NavigateOrbit;
Autodesk.Navisworks.Api.Application.ActiveDocument.Tool.Value = Autodesk.Navisworks.Api.Tool.NavigateOrbit;
Thanks a lot.. KempCE for your quick and very usefull help.
Regards.
Sergio FA.
Thanks a lot.. KempCE for your quick and very usefull help.
Regards.
Sergio FA.
your welcome
Can't find what you're looking for? Ask the community or share your knowledge.