I am trying to build a custom subassembly that will draw a series of links to a marked point elsewhere in the assembly. However, I cannot seem to get the subassembly to actually use the marked point. I went as far as simplifying the custom assembly to three components, and I still can't get it to work.

Here's what I have for the simplified subassembly. P1 POINT at the insertion. P2 GET MARK POINT with a Mark Name of "Point X" and a delta X of 5, delta Y of 5. L1 LINK from P1 to P2.

I add it to the assembly (where there is a marked point named "Point X"). When I rebuild, the new assembly is drawn in to (5,5), not to the marked point. The build order does make the Point X first as well, so the order is fine. It just will not find the marked point.

Any comments?