I was trying to build a custom Areabuilder sort of Transformer using a PythonCaller and started digging into the documentation.
I was trying to instantiate an FMEArea/Solid/MultiArea but I keep encountering the issue where the classes are abstarct and cant be instantiated manually.
How should we go about creating let's say FMEAreas? I have my coordinates but dont seem to find any Factory/anything that could generate these objects.
I managed to create Lines from 3D coordinates but dont understand how that could result in Areas/any other geometiries.