Custom attributes and units #1729
-
|
Hello, I am trying to create value types with custom units. I have three different cases:
I have been trying different approaches but i never managed to generate a behavior similar to for example a mass value that accepts mass : MassValue = 1 [kg]. Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
AxelRICHARD
Dec 5, 2025
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mbgitmbgit
-
|
That worked, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Hello,
Thank you for using SysON.
The easiest way to do that is to import the following textual model into SysON:
You can put the text above in a text file (with .sysml extension) and then use the "Upload model" action from the Explorer view toolbar to import the sysml text file:
Alternatively, you can …