Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: ikeas68 on August 28, 2018, 05:04:07 pm
-
hello
i have find on use cas an actor with blindfold
how i can set a new actor for having blindfold ?
i don't find where i can set a property for having this
thankjs
-
"Actor with a blindfold" is not a standard UML icon and AFAIK is not available in EA.
You can however always set an alternate appearance in EA, or use a shapescript to create this icon.
Geert
-
For non-human actors in UML Use Case diagrams I use Rectangle Notation available via the context menu Advanced option for an Actor
Phil
-
The best way would be to define a stereotype for the actor; it will appear on the use diagram as text
Comments are also a good way to display this kind of thing.
I do not want to know why you need an actor with a blindfold - maybe it is a ninja turtle or something? Anyways let 10,000 flowers bloom said a famous guy....
hello
i have find on use cas an actor with blindfold
how i can set a new actor for having blindfold ?
i don't find where i can set a property for having this
thankjs
-
yes i know is not standard but i find an actor
with black rectangle on eyes
i want to know how i can made it
i don't see it in uml 2
but i must modify a document
-
I'm sorry I don't understand the problem.
Where did you find this weird icon, and how are you supposed to edit it?
Was it in EA? Do you need to recreate it in EA?
Geert
-
Create a stereotype and give it this shape script
decoration blindfold
{
orientation="N";
setfillcolor(getuserbordercolor());
rectangle(-20,80,120,130);
}
-
how i can send file in this forum ?
-
how i can send file in this forum ?
You can't. You can upload files and or images to a public hosting site and reference them in the forum.
Geert
-
can you check in this file
https://drive.google.com/file/d/1V6ne-4f0T-UpyZwBBvxTyErE2FSqVobu/view?usp=sharing
how tablet actor is blindfold
-
It uses an alternate image. Right Click and select Appearance|Select Alternate Image..
Geert
-
ok thanks