Message 1 of 3
Hide PowerMill 2018 main bar when embedding
Not applicable
03-01-2018
12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone!
We're developing a tool where we embedd PowerMill. We've been working with PM2017 so far, but we'd like to update to PM2018. However, when embedding this version we don't know how to hide the main bar (see photo). The ribbon is not a problem since it can be hidden by commands. Does anyone know how to do it?
We're working in c# and the PM instance is loaded with the following code:
Version pmVersion = Version.Parse("2018.1.5");
PMAutomation automation = new PMAutomation(Autodesk.ProductInterface.InstanceReuse.CreateNewInstance, pmVersion, pmVersion, Modes.WithoutGui);
Thanks you all in advance!