2024-03-13 14:22:22 -07:00
|
|
|
---
|
|
|
|
title: "KCL Known Issues"
|
|
|
|
excerpt: "Known issues with the KCL standard library for the Zoo Modeling App."
|
|
|
|
layout: manual
|
|
|
|
---
|
2024-02-13 12:20:32 -08:00
|
|
|
|
|
|
|
The following are bugs that are not in modeling-app or kcl itself. These bugs
|
|
|
|
once fixed in engine will just start working here with no language changes.
|
|
|
|
|
|
|
|
- **Sketch on Face**: If your sketch is outside the edges of the face (on which you
|
|
|
|
are sketching) you will get multiple models returned instead of one single
|
|
|
|
model for that sketch and its underlying 3D object.
|
2024-02-23 13:19:03 -08:00
|
|
|
If you see a red line around your model, it means this is happening.
|
2024-02-13 12:20:32 -08:00
|
|
|
|
2024-02-13 15:25:49 -08:00
|
|
|
- **Import**: Right now you can import a file, even if that file has brep data
|
2025-03-11 18:23:21 -07:00
|
|
|
you cannot edit it, after v1, the engine will account for this.
|
2024-03-08 11:04:12 -08:00
|
|
|
|
2024-06-22 16:22:32 -07:00
|
|
|
- **Fillets**: Fillets cannot intersect, you will get an error. Only simple fillet
|
|
|
|
cases work currently.
|
|
|
|
|
|
|
|
- **Chamfers**: Chamfers cannot intersect, you will get an error. Only simple
|
|
|
|
chamfer cases work currently.
|
2024-12-10 17:51:51 -08:00
|
|
|
|
|
|
|
- **Appearance**: Changing the appearance on a loft does not work.
|