- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I was looking for an information to automate section view for the assembly and to be honest I stuck here:
ThisApplication.ActiveDocument.SelectSet.Select(assm.ComponentDefinition.WorkPlanes.Item("XY Plane")) ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyHalfSectionViewCmd").Execute
now the window pops up and I need to hit ok button:
I found some information to use
SendKeys
to close the window resulting with execution but apparently it is no longer supported.
Can anyone help me with this? Isn't it possible any longer?
Solved! Go to Solution.