list_area_rules
list_area_rulesQuery area rules using optional filters for name keyword and fitting method to find specific algorithm rules.
Instructions
【📊 查询】获取区域规则(算法规则)列表,可按名称或拟合方式筛选。
参数:
keyword: 规则名称关键词(可选),模糊搜索
fittingMethod: 拟合方式(可选),0-无, 1-重心, 2-散点, 3-环绕, 4-直线
返回: 区域规则列表,含名称、进出基准点数、拟合方式
提示: 最多返回 2000 条。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | 规则名称关键词,模糊搜索 | |
| fittingMethod | No | 拟合方式: 0-无, 1-重心, 2-散点, 3-环绕, 4-直线 |