Toposolid add value sub element

#Toposolid Revit
When working with Toposolids, I am missing the opportunity to add value to all sub element points.
In fact, in Revit 2024 Dynamo has next to non nodes to help along.
In Revit 2025 Dynamo, I do got the Toposolid.Points node, but I am still missing a Toposolid.AddPoint like a have with Floors and Roofs.

Am I missing something? I have tried to search for help from Python, but can´t find anything.
Preferable this works with Revit 2024…

(I managed to copy a type, with the height corrected, but then I miss all data added to the Toposolid, and all elements that is referenced to it.)

You should be able to access the toposolid’s sub elements with the SlabShapeEditor

If you use the code search feature from APiDocs.co (< > link top right) API page SlabShapeEditor Class has some code (athough not strictly for toposolids)