is there a way to get solver data for point masses?
atb5dc
Member Posts: 4
**
in Structures
solver_data = solution.SolverData
data=solver_data.GetObjectData(body)
i noticed that if I try to put a point mass where "body" is written, that options is not supported. anyone know how else I can get this info for point masses?
Tagged:
0
Best Answer
-
I hope this is implemented for this object in the future, but for now this is a work around you can use. You can implement a python code object to make an APDL component for that point mass element. The APDL component can be referenced by name either in a user defined result object, or by DPF scoping on named selections
0
Answers
-
Ah I see. Thank you Mike for the response.
0