The script created for splitting of the structural columns, I facing a warning in extracting the point.Xand point.Y values form the selected element which needs to be splitted, Advise your thoughts
You are providing a line into the Point.X and Point.Y nodes, and they expect a point. It would be like me asking “How many feathers are on this bird’s tail?” and then handing you a basketball. The warning on the node explains as much if you read it caefully.
Perhaps you missed a Curve.PointAtParameter in between?
In addition, if you are looking to split the beams in half then I think you would need the StructuralFraming.Location node to get the location line of the beam, you can then split this with Curve.SplitByParameter and use the resulting curves to create 2 new beams.
You would also need a step to delete the original beam.

