16#ifndef QGSLINE3DSYMBOL_H
17#define QGSLINE3DSYMBOL_H
48 QString type()
const override {
return "line"; }
53 QList<
Qgis::GeometryType > compatibleGeometryTypes() const override;
54 void setDefaultPropertiesFromLayer( const
QgsVectorLayer *layer ) override;
57 Qgis::AltitudeClamping altitudeClamping()
const {
return mAltClamping; }
67 float width()
const {
return mWidth; }
69 void setWidth(
float width ) { mWidth = width; }
90 float offset()
const {
return mOffset; }
97 void setOffset(
float offset ) { mOffset = offset; }
132 float mOffset = 0.0f;
133 float mExtrusionHeight = 0.0f;
134 bool mRenderAsSimpleLines =
false;
135 std::unique_ptr< QgsAbstractMaterialSettings > mMaterialSettings;
The Qgis class provides global constants for use throughout the application.
AltitudeClamping
Altitude clamping.
@ Relative
Elevation is relative to terrain height (final elevation = terrain elevation + feature elevation)
AltitudeBinding
Altitude binding.
@ Centroid
Clamp just centroid of feature.
Entity that handles the exporting of 3D scene.
virtual bool exportGeometries(Qgs3DSceneExporter *exporter, Qt3DCore::QEntity *entity, const QString &objectNamePrefix) const
Exports the geometries contained within the hierarchy of entity.
virtual QgsAbstract3DSymbol * clone() const =0
Returns a new instance of the symbol with the same settings.
bool renderAsSimpleLines() const
Returns whether the renderer will render data with simple lines (otherwise it uses buffer)
void setAltitudeBinding(Qgis::AltitudeBinding altBinding)
Sets method that determines how altitude is bound to individual vertices.
void setOffset(float offset)
Sets vertical offset of the symbol (in map units)
Q_DECL_DEPRECATED float height() const SIP_DEPRECATED
Returns height (altitude) of the symbol (in map units)
float width() const
Returns width of the line symbol (in map units)
void setWidth(float width)
Sets width of the line symbol (in map units)
Qgis::AltitudeBinding altitudeBinding() const
Returns method that determines how altitude is bound to individual vertices.
void setExtrusionHeight(float extrusionHeight)
Sets extrusion height (in map units)
Q_DECL_DEPRECATED void setHeight(float height) SIP_DEPRECATED
Sets height (altitude) of the symbol (in map units)
~QgsLine3DSymbol() override
void setRenderAsSimpleLines(bool enabled)
Sets whether the renderer will render data with simple lines (otherwise it uses buffer)
float extrusionHeight() const
Returns extrusion height (in map units)
float offset() const
Returns vertical offset of the symbol (in map units)
void setAltitudeClamping(Qgis::AltitudeClamping altClamping)
Sets method that determines altitude (whether to clamp to feature to terrain)
The class is used as a container of context for various read/write operations on other objects.
Represents a vector layer which manages a vector based data sets.
#define SIP_NODEFAULTCTORS