I am puzzled by the introduction of the `__set-line-thickness` command.  
Naturally, there will immediately be a request for a __get-line-thickness 
command.  Why is the better approach not to have a line-thickness attribute 
of turtles, which is set in the usual way?  If the goal is to avoid adding 
to the list of turtle attributes that display upon inspection, just 
introduce a convention that name an attribute with a leading underscore 
keeps it out of the display, and call the attribute _line-thickness.  This 
could be a very useful convention for user-created attributes as well (in 
models where agents have many attributes).

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to