Hello all,
Will one of you please help me locate the (X,Y) coordinates of two intersecting entities? Here is how I'm creating the entities:
Set swSketchSegment = swSketchMgr.CreateCircle(0, 0, 0, 0, PD / 2, 0)
Set swSketchSegment = swSketchMgr.CreateEquationSpline2(Xeq, Yeq, "", ".3", ".4", False, 0, 0, 0, True, True)
I realize that I might have to utilize InsertReferencePoint, but I'm not sure how to select the 2 previously created entities.
Thanks in advance,
Nick
SolidworksApi macros