COLNEO Pro 1.2
Loading...
Searching...
No Matches
Options

Data Structures

class  ClashOptions
class  ClearanceOptions
class  CmSyncOptions
class  CoincidenceOptions
class  ModelUpdateOptions::ConfigDiffOptions
class  ContactOptions
class  CopyObjectOptions
class  CsvReaderOptions
class  DownloadOptions
class  GETParams
class  InclusionOptions
class  IntersectionOptions
class  ModelUpdateOptions::ModelOptions
class  ModelUpdateOptions
class  NodeOptions
class  ModelUpdateOptions::ObjectOptions
class  ModelUpdateOptions::PropertyOptions
struct  PropertyValueGrouping
struct  PropertyValueGroupingOptions
class  RelationOptions
class  RelationRightObjectsOptions
class  SetOptions
class  SimulationOptions
struct  SmartSetOptions
class  Sort
class  ModelUpdateOptions::StyleOptions
struct  StyleScheme
class  UploadOptions

Functions

bool checkWriteGeometryField (QString &field)
bool checkWriteRelation (Relation *)
 init ()
QString toUrlParameters ()

Variables

QString method = "POST"

Detailed Description

Options and supporting types for the generic object model.

Function Documentation

◆ checkWriteGeometryField()

bool checkWriteGeometryField ( QString & field)

Checky if field should be written.

◆ checkWriteRelation()

bool checkWriteRelation ( Relation * )

Check if relation matches the specified filter.

◆ init()

init ( )

Initialize with default values;

◆ toUrlParameters()

QString toUrlParameters ( )

Builds the URL query parameters for retrieving node path data from COLNEO infohub.

The query can contain the following parameters:

  • members: Comma-separated list of requested node members.
  • properties: Sorted, comma-separated property type keys when the property filter is a whitelist.
  • relations: JSON-encoded relation-name filter.
  • relations_right: JSON-encoded member, property, and relation options for related right objects.

Relation parameters are emitted only when members contains relations. Property blacklists are not sent to the endpoint because omitting the property parameter requests all properties. Query names and values are percent-encoded using QUrl's fully encoded format.

Returns
Query string beginning with ?, or an empty string when no parameters are configured.
See also
https://www.colneo.site/cn_documentation/cn_api_REST/hub/#/Nodes%20%2F%20Hierarchy/get__scope__nodes__node__path_data
Since
1.1, 08.2026, jh

Variable Documentation

◆ method

QString method = "POST"

POST / PUT / PATCH