Archived issue #0020196
Problem with DRAW commands that use pick as arguments.
Description
Name of shape is not printed if you use pick as arguments for DRAW commands.
"." is printed instead of shape name.
For example:
Draw[12]> erase .
Pick an object
.
Draw[14]> explode .
Pick an object
._1
"." is printed instead of shape name.
For example:
Draw[12]> erase .
Pick an object
.
Draw[14]> explode .
Pick an object
._1
Additional information
Documentation remark, added by PDN 2008-08-08 13:43:24:
Changes:
Draw::Get(name) officially able to modify name of input parameter. It is
performed to explicitly highlight the possibility to call:
const char* name=".";
Draw::Get(name);
//and obtain the name of picked object
Changes:
Draw::Get(name) officially able to modify name of input parameter. It is
performed to explicitly highlight the possibility to call:
const char* name=".";
Draw::Get(name);
//and obtain the name of picked object
Public activity
No public notes
Participants are labeled by their role within this record.