Cyclone 3DR Script
from Technodigit, part of Hexagon. Copyright 1997-2024.
|
Provide access to cloud iterator methods. More...
Public Member Functions | |
Object | GetColor () |
Return the color of the point. If no color is stored in the cloud, GetColor will return -1 for red, green and blue. More... | |
number | GetDeviation () |
Get the deviation of the point. More... | |
boolean | GetNext () |
Update iterator with the next point of the cloud. More... | |
SPoint | GetPt () |
Return the current point associated with the iterator. More... | |
boolean | IsValid () |
Return true if the iterator is valid (has not reached the end of the cloud), or false if there is no more point to parse. More... | |
string | toString () |
Get the type of the variable. More... | |
Provide access to cloud iterator methods.
Object SCloudIterator::GetColor | ( | ) |
Return the color of the point.
If no color is stored in the cloud, GetColor will return -1 for red, green and blue.
ret.ErrorCode | (number) The error code.
|
ret.Red | (number) The red color between [0-1] |
ret.Green | (number) The green color between [0-1] |
ret.Blue | (number) The blue color between [0-1] |
number SCloudIterator::GetDeviation | ( | ) |
Get the deviation of the point.
boolean SCloudIterator::GetNext | ( | ) |
Update iterator with the next point of the cloud.
True | The next point is found (has not reached the end of the cloud) |
False | There is no more point to parse |
SPoint SCloudIterator::GetPt | ( | ) |
boolean SCloudIterator::IsValid | ( | ) |
Return true if the iterator is valid (has not reached the end of the cloud), or false if there is no more point to parse.
True | There is more point to parse |
False | There is no more point to parse |
string SCloudIterator::toString | ( | ) |
Get the type of the variable.