Class: QgsProcessingParameterMeshLayer

class qgis.core.QgsProcessingParameterMeshLayer(name: str, description: str = '', defaultValue: Any = None, optional: bool = False)

Bases: qgis._core.QgsProcessingParameterDefinition

Constructor for QgsProcessingParameterMeshLayer.

QgsProcessingParameterMeshLayer(QgsProcessingParameterMeshLayer)

A mesh layer parameter for processing algorithms.

New in version 3.6: Enums

Methods

checkValueIsAcceptable

clone

fromScriptCode

Creates a new parameter using the definition from a script code.

type

typeName

Returns the type name for the parameter class.

valueAsPythonString

Signals

Attributes

checkValueIsAcceptable(self, input: Any, context: QgsProcessingContext = None) → bool
clone(self) → QgsProcessingParameterDefinition
fromScriptCode(name: str, description: str, isOptional: bool, definition: str) → QgsProcessingParameterMeshLayer

Creates a new parameter using the definition from a script code.

type(self) → str
typeName() → str

Returns the type name for the parameter class.

valueAsPythonString(self, value: Any, context: QgsProcessingContext) → str