Re: [QGIS-Developer] keys of the dict in setShapeProperties(dict)

2024-06-04 Thread Abdelghani Tamort via QGIS-Developer
, "minorRadius" (default value >> is 5). >> For a plane: "size" (default value is 10). >> For extruded text: "depth" (default value is 1). >> For Model and Billboard: no property. >> >> I only did a "translator&q

[QGIS-Developer] Follow up of 3D scene export issue

2024-06-04 Thread Abdelghani Tamort via QGIS-Developer
Hello, I have submitted an issue in QGIS's repo 3 weeks ago about the 3d scene export being broken in QGIS (Issue ). Might I have some follow up on this? I'm in need to know if this might be fixed briefly or it would take much longer. Any feedback would

Re: [QGIS-Developer] keys of the dict in setShapeProperties(dict)

2024-06-04 Thread Abdelghani Tamort via QGIS-Developer
> For a plane: "size" (default value is 10). > For extruded text: "depth" (default value is 1). > For Model and Billboard: no property. > > I only did a "translator" job here :-) and I don't know if the 3D shapes > that are listed make sense for y

[QGIS-Developer] keys of the dict in setShapeProperties(dict)

2024-06-03 Thread Abdelghani Tamort via QGIS-Developer
Howdy, I want to know which are the keys of each shape in the setShapeProperties( *self*, *properties: Dict[str, Any]*) method of qgis.analysis.Qgis.Point3DShape. It would help me choose a 3d model as a point symbol. There is no mention of them in the PyQGIS docs (

Re: [QGIS-Developer] Choose DEM layer as terrain in 3D view using PyQGIS

2024-04-30 Thread Abdelghani Tamort via QGIS-Developer
This is what I'm trying to achieve (sorry my QGIS GUI is in french, I know it's not very pleasant for the eye) : [image: image.png] I'm supposed to define the symbology first using the class QgsAbstract3DSymbol then feeding it to the QgsVectorLayer3DRenderer (I imagine), but I haven't got a clue

Re: [QGIS-Developer] Choose DEM layer as terrain in 3D view using PyQGIS

2024-04-30 Thread Abdelghani Tamort via QGIS-Developer
Hello Stefanos, Thanks a lot, it works for me! How about showing extruded buildings from a vector layer (using an attribute containing height in meters)? I'm supposed to work with the QgsVectorLayer3DRenderer class right ? Best regards, Abdelghani TAMORT On Tue, 30 Apr 2024 at 11:12, Stefanos

Re: [QGIS-Developer] Choose DEM layer as terrain in 3D view using PyQGIS

2024-04-29 Thread Abdelghani Tamort via QGIS-Developer
Following up in case it went unnoticed ! On Fri, 26 Apr 2024 at 16:31, Abdelghani Tamort wrote: > I'm having a hard time showing my DEM raster heightmap as terrain in > QGIS's 3D view using the python API. I don't know which class is useful for > this task but I've had some guesses that didn't

[QGIS-Developer] Choose DEM layer as terrain in 3D view using PyQGIS

2024-04-26 Thread Abdelghani Tamort via QGIS-Developer
I'm having a hard time showing my DEM raster heightmap as terrain in QGIS's 3D view using the python API. I don't know which class is useful for this task but I've had some guesses that didn't work so far : setting the DEM raster layer to a QgsRasterDemTerrainProvider() / using a

Re: [QGIS-Developer] question

2024-04-25 Thread Abdelghani Tamort via QGIS-Developer
on API is not fully finalized yet. But you can already >>> control some aspects of it from Python, mostly the views themselves. >>> This was added recently, see https://github.com/qgis/QGIS/pull/55862 >>> >>> Have fun! >>> Hannes >>> >&

Re: [QGIS-Developer] question

2024-04-25 Thread Abdelghani Tamort via QGIS-Developer
his was added recently, see https://github.com/qgis/QGIS/pull/55862 >> >> Have fun! >> Hannes >> >> On 12.04.24 11:30, Abdelghani Tamort via QGIS-Developer wrote: >> > Hello, >> > >> > I want to post a message (which contains an inquiry) to t

[QGIS-Developer] question

2024-04-12 Thread Abdelghani Tamort via QGIS-Developer
Hello, I want to post a message (which contains an inquiry) to the qgis developer list. The message is the following: Is there a solid documentation/tutorials on handling 3D on QGIS's python API ? Currently working on a QGIS plugin that exports data in 3D format and trying to make use of the 3D