Message 1 of 3

Not applicable
04-02-2019
02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to convert Solid to a surface in a part, I only succeed to open the next windows automatically (Thicken/Offset) as you can see in the image,
But I could not select surface option, and then OK button.
This is how I open the window automatically (Thicken/Offset): Dim oControlDef As ControlDefinition = Form1.appMain.CommandManager.ControlDefinitions.Item("PartThickenOffsetCmd") oControlDef.Execute()
Solved! Go to Solution.