Starting Point: l = effect("Source")("Layer"); l.toComp(l.anchorPoint); Starting Thickness: c = thisComp.activeCamera; l = effect("Source")("Layer"); z = c.zoom; p1 = c.toWorld([0,0,0]); p2 = l.toWorld(l.anchorPoint); d = length(p1, p2); value * z/d;