Jump to content

Thickness reduction with script


---
 Share

Recommended Posts

---

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

image.png.104d7c47ab757eea37d982c40747f7c2.png

Link to comment
Share on other sites

---

Hello Mihkel,

you can use  .__doc__, for example:

print(gom.app.project.inspection['Point 1'].__doc__)

Nanno

Link to comment
Share on other sites

 Share

×
×
  • Create New...