r.plane.txt 893 B

12345678910
  1. r.plane
  2. Creates raster plane layer given dip (inclination), aspect (azimuth) and one point.
  3. Raster (r.*)
  4. QgsProcessingParameterNumber|dip|Dip of plane|QgsProcessingParameterNumber.Double|0.0|False|-90.0|90.0
  5. QgsProcessingParameterNumber|azimuth|Azimuth of the plane|QgsProcessingParameterNumber.Double|0.0|False|0.0|360.0
  6. QgsProcessingParameterNumber|easting|Easting coordinate of a point on the plane|QgsProcessingParameterNumber.Double|None|False|None|None
  7. QgsProcessingParameterNumber|northing|Northing coordinate of a point on the plane|QgsProcessingParameterNumber.Double|None|False|None|None
  8. QgsProcessingParameterNumber|elevation|Elevation coordinate of a point on the plane|QgsProcessingParameterNumber.Double|None|False|None|None
  9. QgsProcessingParameterEnum|type|Data type of resulting layer|CELL;FCELL;DCELL|False|1|True
  10. QgsProcessingParameterRasterDestination|output|Plane