jww_query
Query .jww file entities by type, layer, bounding box, or text pattern; paginate results with limit and offset.
Instructions
Query entities of a .jww file (real-mm coordinates). Filter by types (line, circle, arc, text, point, solid, dimfigure), layer group lg, layer ly, bbox [min_x,min_y,max_x,max_y], or regex pattern on text. Paginate with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lg | No | ||
| ly | No | ||
| bbox | No | ||
| path | Yes | ||
| limit | No | ||
| types | No | ||
| offset | No | ||
| pattern | No |