|
AnyCAD Rapid API 2025
Help you to create a better world!
|
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 () |
<> 点云分割的参数设置
| void PointCloudSegmentSettings.Initialize | ( | ) |
初始化属性集,使用默认参数填充ParameterDict
重载 ParameterDictModel .