vrdLineChunk¶
-
class
vrdLineChunk¶
(Inherits vrdMaterialChunk)
The line chunk contains the parameters that are specific set for lines.
Summary¶
Functions¶
-
vrdLineChunk.getSmooth()¶ Returns if line should be smoothed.
Returns: True, if smooth rendering is enabled Return type: bool
-
vrdLineChunk.getWidth()¶ Returns the width of the line in pixels.
Returns: Width in pixels Return type: integer
-
vrdLineChunk.setSmooth(smooth)¶ Sets if the line should be smoothed.
Parameters: smooth (bool) – True to use smooth rendering
-
vrdLineChunk.setWidth(width)¶ Sets the width of the line in pixels.
Parameters: width (integer) – Width in pixels