You have to use the shapescript feature of your stereotype to modify the appearance on the diagrams.
Using the profile helper you click on the shape script tab and the button Edit.
You can use an image in the schapescript as well. Below is an example from one of my stereotypes:
shape main { DefSize(36,24); SetPenWidth(1); Rectangle(0,0,100,100); image("BAM icon_dial",2,3,98,97); }
The BAM icon_dial
has to be imported in the image manager
manpreet
Best Answer
2 years ago
I am new for developing MDG Technology, wondering to get some help.
I have to create custom elements for my project and below is the requirement. While creating new elements in the diagram, the element should pick-up a default icon for appearance.
This is what I tried, (as guideline)
After generating MDG file and importing my MDG Technology, I tried to create a new element in my MDG diagram, but found that
Any guidance, what exactly should I do to achieve this?
Regards Vijay