Hi,
I am working with FEA in Solidworks and now I want to get the stress result and the displacement for some 3D coordinates within my model using the API.
Here is how I hope it can work :
stress = GetStressAtPosition(1, 1, 1)
displacement = GetDisplacementAtPosition(1, 1, 1)
... will give me floats for the results of these positions within the model
I want to do that, because in the end I would like to have voxelized stress and displacement data for the model.
Does anyone know how that works?
best,
Kev
SolidworksApi macros