Tectly PHP Client

WallTracingMode
in package

WallTracingMode Class Doc Comment

Tags
category

Class

description

Shape the recognized walls are traced with. Defaults to `UniformPolygons` when the project configuration does not select a mode. `UniformPolygons` are polygons composed of rectangular shapes only, while `Polygons` follow the detected wall structures closest.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

Constants

POLYGONS  : mixed = 'Polygons'
Possible values of this enum
RECTANGLES  : mixed = 'Rectangles'
UNIFORM_POLYGONS  : mixed = 'UniformPolygons'

Methods

getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

POLYGONS

Possible values of this enum

public mixed POLYGONS = 'Polygons'

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>
On this page

Search results