a8d90be2ea
Add optional Func<string, bool> layerFilter parameter to ConvertEntities and two new GetGeometry overloads (path and stream) that accept a layer filter. This lets callers control which layers to exclude instead of being limited to the hardcoded IsNonCutLayer check. Existing overloads without the filter continue to use the default IsNonCutLayer behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>