|
Release 4.0 |
 |
Parameters - hiddenPixel
Name: hiddenPixel
Type: bool
Read/Write: Read/Write
Context: Transformation, Coloring
Description:
Sometimes the resulting point of a transformation should not be drawn (for any reason). In that case you may want to set hiddenPixel to true in order to not draw that point.
The only effect is that the point is not drawn, but it is not modified in any way. The property can be used to "hide" some areas of the object.
The property is automatically reset to false, so you only need to set it to true in case you want to hide a specific pixel. The next pixel then will be drawn again unless you again set it to false.
|