binoyte
Mechanical
- Jan 25, 2016
- 2
Hi there
I've the same need and the same issue as reported here : where no solutions was found.
The trouble is not in the addmate() method, but ins the selectionByID2(). Boolstats is false, and I don't understand why.
Thanks in advance for your help
I've the same need and the same issue as reported here : where no solutions was found.
Code:
boolstatus = Assembly.Extension.SelectByID2("Point1@Origine", "EXTSKETCHPOINT", 0, 0, 0, False, 0, Nothing, 0)
boolstatus = Assembly.Extension.SelectByID2("Point1@Origine@tibia-1@assieme", "EXTSKETCHPOINT", 0, 0, 0, True, 0, Nothing, 0)
boolstatus = Assembly.Extension.SelectByID2("Point1@Origine@punta-1@assieme", "EXTSKETCHPOINT", 0, 0, 0, True, 0, Nothing, 0)
Set myMate = Assembly.AddMate3(20, 0, False, 0, 0, 0, 0, 0, 0, 0, 0, False, longstatus)
Assembly.ClearSelection2 True
The trouble is not in the addmate() method, but ins the selectionByID2(). Boolstats is false, and I don't understand why.
Thanks in advance for your help