A building filter mode that renders the building scene features with edges only. More...
| Header | #include <Building |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Building | |
| Building | |
| virtual | ~ |
| Esri | edges() const |
| void | set |
Detailed Description
Member Function Documentation
[explicit] BuildingWireframeFilterMode::BuildingWireframeFilterMode (QObject *parent = nullptr)
Creates a wireframe filter mode.
- parent - The optional parent QObject.
Default edges will be set when using this constructor. The default edges are semitransparent gray with 1 DIP wide edges.
[explicit] BuildingWireframeFilterMode::BuildingWireframeFilterMode (Esri::ArcGISRuntime::SymbolLayerEdges3d *edges, QObject *parent = nullptr)
Creates a wireframe filter mode.
- edges - The type of edges to use.
- parent - The optional parent QObject.
[override virtual noexcept] BuildingWireframeFilterMode::~BuildingWireframeFilterMode ()
Destructor.
Esri::ArcGISRuntime::SymbolLayerEdges3d *BuildingWireframeFilterMode::edges() const
Returns the type of edges to use.
The default edges are semitransparent gray with 1 DIP wide edges.
See also setEdges().
void BuildingWireframeFilterMode::setEdges (Esri::ArcGISRuntime::SymbolLayerEdges3d *edges)
Sets the edges to edges.
See also edges.