Author Topic: Get SysML values per API  (Read 1234 times)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Get SysML values per API
« on: March 11, 2025, 12:43:39 am »
Hello,

I try to get the SysML values per API. In the GUI I can access them via DiagramObject Context, Feature, Set property value.

How can I access the per API or per table. I searched the tables like t_xref, objectproperties, t_attribute, t_taggedvalues,... with a simple model containing one Part and one Value of the part.

Any idea?

Thanks,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Get SysML values per API
« Reply #1 on: March 11, 2025, 01:23:30 am »
Hi,

the SysML values are stored in:
- t_object, column=runstate

How I found it:
- Make a small model
- Make a Value with a unique name like 'xxxx'
- Native export (Publish menu)
- find the string like 'xxxx'

Good luck,

Helmut
 
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)