Whether the eraser supports erasing all points within the drawn track
G
Gw_2601
started a topic
almost 3 years ago
We have a function that Can clear the contents of the track range, How do I erase the content inside the track.
Best Answer
O
Olivier @MyScript
said
almost 3 years ago
Dear Gw_2601,
thank you for contacting us and your question.
If I understand well, you would like to be able to eraser precisely?
This can be done setting the corresponding property: *.eraser.erase-precisely (e.g. text.eraser.erase-precisely for a Text part, diagram.eraser.erase-precisely for diagram...).
The configuration can be set as follows: conf.setBoolean("text.eraser.erase-precisely", true);
Best regards;
Olivier
1 Comment
O
Olivier @MyScript
said
almost 3 years ago
Answer
Dear Gw_2601,
thank you for contacting us and your question.
If I understand well, you would like to be able to eraser precisely?
This can be done setting the corresponding property: *.eraser.erase-precisely (e.g. text.eraser.erase-precisely for a Text part, diagram.eraser.erase-precisely for diagram...).
The configuration can be set as follows: conf.setBoolean("text.eraser.erase-precisely", true);
Gw_2601
We have a function that Can clear the contents of the track range, How do I erase the content inside the track.
Dear Gw_2601,
thank you for contacting us and your question.
If I understand well, you would like to be able to eraser precisely?
This can be done setting the corresponding property: *
.eraser.erase-precisely (e.g.
text.eraser.erase-precisely
for a Text part,diagram.eraser.erase-precisely
for diagram...).The configuration can be set as follows:
conf.setBoolean("text.eraser.erase-precisely", true);Best regards;
Olivier
Olivier @MyScript
Dear Gw_2601,
thank you for contacting us and your question.
If I understand well, you would like to be able to eraser precisely?
This can be done setting the corresponding property: *
.eraser.erase-precisely (e.g.
text.eraser.erase-precisely
for a Text part,diagram.eraser.erase-precisely
for diagram...).The configuration can be set as follows:
conf.setBoolean("text.eraser.erase-precisely", true);Best regards;
Olivier