Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

De-Intentify from OEM App

3 REPLIES 3
Reply
Message 1 of 4
tmckeand
467 Views, 3 Replies

De-Intentify from OEM App

I need to allow OEM App users to De-Intentify the final assembly model.

 

Is this even possible?

3 REPLIES 3
Message 2 of 4
Chris.Palmatier
in reply to: tmckeand

You should be able to add a button that calls the Intent API to De-Intentify. Everything we do in the ETO UI is done by calling the Intent API. 



Chris Palmatier
Customer Success Engineer
Inventor Engineer-to-Order

Message 3 of 4
jan.liska
in reply to: Chris.Palmatier

There is public interface IHostAPI available in Intent.Inventor.Addin.dll. The interface includes DeIntentify method:

 

/// Saves all open documents into specified folder. All Intent-related information stored in files is removed.

/// Any error reported as exception

/// </summary>

/// <param name="destinationFolder">Destination directory</param>

/// <param name="overwriteExistingFiles">Overwrite existing files, if True</param>

public void DeIntentify(string destinationFolder, bool overwriteExistingFiles)

 

You can call this from your command.

 



Jan Liska
Solution Architect
Autodesk, Inc.
Message 4 of 4
tmckeand
in reply to: jan.liska

I made a custom DeIntentify addin for the OEM deployment. Works great!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report