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

Provide StripeData edition and creation methods. More...

Public Member Functions

 StripeData ()
 Default constructor.
 

Static Public Member Functions

static Object EdgePointsToCloud (StripeData iStripeData)
 
static boolean HasEdgePoints (StripeData iStripeData)
 
static Object ToCloud (StripeData iStripeData)
 

Detailed Description

Provide StripeData edition and creation methods.

Member Function Documentation

◆ EdgePointsToCloud()

static Object StripeData::EdgePointsToCloud ( StripeData iStripeData)
static
Note
Only relevant if edge points detection has been enabled (EDGES filter mode).
Parameters
iStripeData(StripeData) The stripe data from which we want to extract the edge points.
Return values
ret.ErrorCode(number) The error code
  • 0: No error
  • 1: An error occurred
ret.Cloud(SCloud) A cloud containing the stripe's detected edge points, if any.

◆ HasEdgePoints()

static boolean StripeData::HasEdgePoints ( StripeData iStripeData)
static
Note
Only relevant if edge points detection has been enabled (EDGES filter mode).
Parameters
iStripeData(StripeData) The stripe data from which we want to extract the edge points.
Returns
(boolean) True if the stripe data has edge points, false otherwise.

◆ ToCloud()

static Object StripeData::ToCloud ( StripeData iStripeData)
static
Parameters
iStripeData(StripeData) The stripe data we want to visualize into a point cloud.
Return values
ret.ErrorCode(number) The error code
  • 0: No error
  • 1: An error occurred
ret.Cloud(SCloud) A cloud containing the extracted stripe only.