![]() |
Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2025.
|
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. | |
Provide helper methods to manipulate attributes of 3D data.
Supported attributes for clouds are:
| Array< string > SAttributeUtil::GetAllAttributesCloud | ( | ) |
Retrieve all attribute keys available for clouds.
| AttributeType SAttributeUtil::GetAttributeType | ( | string | attribute | ) |
Retrieve the type of a cloud attribute.
| attribute | (string) An attribute key |