Message 1 of 2
Convert SketchSpline3D to SketchControlSpline3D API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Inventor 2022
API VB.NET VisualStudio
I try to Convert SketchSpline3D to SketchControlSpline3D API
Is this possible with API?
I was looking for it, but didn't find it.
It is a Way to Convert SketchControlSpline3D to SketchSpline3D.
But is a Way to Pick a SketchEntity3D or SketchSpline3D and Covert it to SketchControlSpline3D with API?
This is my Code: Not working
Dim oCtrlDef_01 As ButtonDefinition
oCtrlDef_01 = g_inventorApplication.CommandManager.ControlDefinitions.Item("ConvertCVSpline3dModeCtxCmd")
Dim oSelectSet_01 As SelectSet
oSelectSet_01 = oPartDoc.SelectSet
oCtrlDef_01.Execute()
Thanks for any Suggestion