VA.AddBeamsFromCurves Not Working with Grasshopper Beam Styles

I am having a problem with adding beams using the VA.AddBeamsfromCurves function with grasshopper beam styles. I can add the beam with VA.AddBeam but the GUID[] is empty when using VA.AddBeamFromCurves…do you think you guys could take a look and let me know what the problem is? Thanks

var test = VA.AddBeam(beamStyleID, new Point3d(0, 0, 0), new Point3d(60, 0, 0));
Guid[] beamGuids = VA.AddBeamsFromCurves(beamStyleID, new List { projectedCurve });