How to create a point in 3D space using coordinates in SpaceClaim?

Hi All
I am using SpaceClaim in Ansys, I need to create a point in 3D space using coordinates in SpaceClaim, but I don't see a function able to do this, any ideas?
3 Answers

from17.0 you can script that with the script python console.
result = DatumPointCreator.Create(Point.Create(MM(0), MM(0), MM(0)))
sameer shaik 29 Mar, 2019 11:00 AM Thank you for your advice, it was very helpful