Can't access MarkupFiducialList control points

Hi Kyle, so I am able to get these transforms and apply them to each point. However, I’m having the same issue as this topic I posted yesterday, where it doesn’t actually calculate the correct transformed values that normally show up on each sequence. Any idea why this might be the case? The only transform that actually is applied to trackLine is PlatformToMarker2. And PlatformToMarker2 is linked with several other transforms. But I get positions that are way off for some reason.
I might just write code to harden the transforms each time like I was planning on doing yesterday. It seems like the only solution. The reason I tried this was because I thought copying the original points every time was affecting the transforms in some way, but this code has proven that’s not really true.