AnyCAD Rapid API 2025
Help you to create a better world!
载入中...
搜索中...
未找到
PointCloudSegmentSettings类 参考
类 PointCloudSegmentSettings 继承关系图:
ParameterDictModel

Public 成员函数

 PointCloudSegmentSettings (ParameterDict component)
 
void Initialize ()
 
EnumPointCloudSegmentType GetSegmentType ()
 
EnumPointCloudSegmentType GetSegmentType (EnumPointCloudSegmentType val)
 
void SetSegmentType (EnumPointCloudSegmentType val)
 
long GetMaxCount ()
 
long GetMaxCount (long val)
 
void SetMaxCount (long val)
 
double GetDistanceThreshold ()
 
double GetDistanceThreshold (double val)
 
void SetDistanceThreshold (double val)
 
- Public 成员函数 继承自 ParameterDictModel
 ParameterDictModel (ParameterDict dict)
 
ParameterDict GetParam ()
 
String ToJSON ()
 
boolean FromJSON (String json)
 

静态 Public 成员函数

static String SegmentType ()
 
static String MaxCount ()
 
static String DistanceThreshold ()
 

详细描述

<> 点云分割的参数设置

成员函数说明

◆ Initialize()

void PointCloudSegmentSettings.Initialize ( )

初始化属性集,使用默认参数填充ParameterDict

重载 ParameterDictModel .