Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2025.
Loading...
Searching...
No Matches
SAttributeUtil Namespace Reference

Provide helper methods to manipulate attributes of 3D data. More...

Enumerations

enum  AttributeType { Float = 0 , Integer = 1 , Unknown = 2 }
 Enum to know types of attributes. More...
 

Functions

Array< string > GetAllAttributesCloud ()
 Retrieve all attribute keys available for clouds.
 
AttributeType GetAttributeType (string attribute)
 Retrieve the type of a cloud attribute.
 

Detailed Description

Provide helper methods to manipulate attributes of 3D data.

Supported attributes for clouds are:

  • inspection
  • intensity
  • timestamp
  • density
  • classification
  • multi_return

Enumeration Type Documentation

◆ AttributeType

Enum to know types of attributes.

Enumerator
Float 

A decimal number.

Integer 

An integer number.

Unknown 

An invalid or unmanaged type.

Function Documentation

◆ GetAllAttributesCloud()

Array< string > SAttributeUtil::GetAllAttributesCloud ( )

Retrieve all attribute keys available for clouds.

Returns
(Array<string>) The list of supported attribute keys for clouds.

◆ GetAttributeType()

AttributeType SAttributeUtil::GetAttributeType ( string attribute)

Retrieve the type of a cloud attribute.

See also
SAttributeUtil.AttributeType
Parameters
attribute(string) An attribute key
Returns
(AttributeType) Type of the attribute