Hello,
I put a BOM in Mechanical from a csv file, no Pos (as you could see in the picture)
Is it possible by using VBA to insert in the Drawing the reference point instead to use the manual mode (the red arrow in the picture)? What is the method to call?
Thanks
Dim oPartref As McadPartReference
Set oPartref = ThisDrawing.ModelSpace.AddCustomObject("AcmPartRef")
oPartref.ScaleEntity NewPoint, 1
oPartref.Origin = NewPoint
Dim oSymbb As McadSymbolBBMgr
Set oSymbb = ThisDrawing.Application.GetInterfaceObject("SymBBAuto.McadSymbolBBMgr")
Dim oBommgr As McadBOMMgr
Set oBommgr = oSymbb.BOMMgr
