Automating loading process of CAD models

Hi Everyone,

I am currently working on writing a python script, which would take SolidWorks models and put them into a game level based on predetermined data.
I have made sure, that objects are datasmith compatible, manual import through Datasmith gives a good result. (the thing I wanted, where I wanted)
The question is: how to read-in SolidWorks data programatically from python script controlling UE4?

best regards