I am trying to create a Macro to insert a HoleTable in a drawing view.
Can any one tell me if there is a way to insert a hole table by just selecting a vertex in the view.
Api will select all the faces i that view and insert a hole table using selected vertes and faces.
Set swView = swSelMgr.GetSelectedObjectsDrawingView2(1, -1)
Set swHoleTable = swView.InsertHoleTable2(False, 0.011, 0.545, swBOMConfigurationAnchor_TopLeft, "A", "C:\Program Files\SolidWorks 2012\SolidWorks\lang\english\standard hole table--letters.sldholtbt")
SolidworksApi macros