Dear SolidWorks Experts,
Is it possible via API to: update Hole Wizard holes, after changing points in its 3DSketch?
I manually (via SW UI) created a plate, and manually inserted few holes via Hole Wizard:
Then I manually added two new points to "3DSketch1":
When I close edit sketch, Hole Wizard is updated automatically, and adds two new holes, at the location of the upper two new points:
Can this be replicated via SolidWorks API?
I know how to insert new points to "3DSketch1" via API (ISketchManager.CreatePoint method).
But this does not update holes in HoleWizard, even when I call the ForceRebuild3() afterwards.
So it seems that I need to somehow edit the WizardHoleFeatureData2, but I do not know how. I only founds its GetSketchPoints method, but there is no SETSketchPoints method.
I would be grateful for any kind of help.
Thank you in advance.
