[Mi...] Posted May 3, 2023 Share Posted May 3, 2023 Dear all, We have defined user element 'Point 1' that displays thickness reduction (as an example). But how could we access this value in user defined script? Below is a screenshot with an error message. Note that we can access the coordinate information of the specific point, but not the thickness_reduction what we actually need. Is there a way to query what these containers actually include, e.g. what is contained in gom.app.project.actual_elements['Point 1'] - all the objects inside this? Best Mihkel Link to comment Share on other sites More sharing options...
[Na...] Posted May 3, 2023 Share Posted May 3, 2023 Hello Mihkel, you can use .__doc__, for example: print(gom.app.project.inspection['Point 1'].__doc__) Nanno Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in