v.to.points.txt 695 B

12345678910
  1. v.to.points
  2. Create points along input lines
  3. Vector (v.*)
  4. QgsProcessingParameterFeatureSource|input|Input lines layer|1|None|False
  5. QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid;area;face;kernel|True|0,1,2,3,5|True
  6. QgsProcessingParameterEnum|use|Use line nodes or vertices only|node;vertex|False|0|True
  7. QgsProcessingParameterNumber|dmax|Maximum distance between points in map units|QgsProcessingParameterNumber.Double|100.0|True|0.0|None
  8. QgsProcessingParameterBoolean|-i|Interpolate points between line vertices|False
  9. QgsProcessingParameterBoolean|-t|Do not create attribute table|False
  10. QgsProcessingParameterVectorDestination|output|Points along lines