* WIP: Change the name of the app Fixes #5971 * Force release build * More renames * Fix release builds on PR * Remove alpha on home page, replace with nightly if nightly * Change appId back to dev.zoo.modeling-app after updater test failure * Cleanup towards review * Lint * Lint plus @jacebrowning's suggestion * Lint
		
			
				
	
	
		
			25 lines
		
	
	
		
			1018 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1018 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: "KCL Known Issues"
 | 
						|
excerpt: "Known issues with the KCL standard library for the Zoo Design Studio."
 | 
						|
layout: manual
 | 
						|
---
 | 
						|
 | 
						|
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.
 | 
						|
    If you see a red line around your model, it means this is happening.
 | 
						|
 | 
						|
- **Import**: Right now you can import a file, even if that file has brep data
 | 
						|
    you cannot edit it, after v1, the engine will account for this. 
 | 
						|
 | 
						|
- **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.
 | 
						|
 | 
						|
- **Appearance**: Changing the appearance on a loft does not work.
 |