Class: QgsMeshRendererVectorTracesSettings¶
Represents a trace renderer settings for vector datasets displayed by particle traces
Note
The API is considered EXPERIMENTAL and can be changed without a notice
Added in version 3.12.
Methods
Returns the maximum tail length  | 
|
Returns the maximum tail length unit  | 
|
Returns particles count  | 
|
Reads configuration from the given DOM element  | 
|
Sets the maximums tail length  | 
|
Sets the maximum tail length unit  | 
|
Sets particles count  | 
|
Writes configuration to a new DOM element  | 
- class qgis.core.QgsMeshRendererVectorTracesSettings[source]¶
 Bases:
object- maximumTailLengthUnit(self) Qgis.RenderUnit[source]¶
 Returns the maximum tail length unit
- Return type:
 
- readXml(self, elem: QDomElement)[source]¶
 Reads configuration from the given DOM element
- Parameters:
 elem (QDomElement)
- setMaximumTailLength(self, maximumTailLength: float)[source]¶
 Sets the maximums tail length
- Parameters:
 maximumTailLength (float)
- setMaximumTailLengthUnit(self, maximumTailLengthUnit: Qgis.RenderUnit)[source]¶
 Sets the maximum tail length unit
- Parameters:
 maximumTailLengthUnit (Qgis.RenderUnit)