Files
modeling-app/docs/kcl-std/modules/std-sketch.md
2025-06-04 15:41:01 -04:00

3.4 KiB

title, subtitle, excerpt, layout
title subtitle excerpt layout
sketch Module in std Sketching is the foundational activity for most KCL programs. A sketch is a two-dimensional drawing made from paths or shapes. A sketch is always drawn on a surface (either an abstract plane of a face of a solid). A sketch can be made into a solid by extruding it (or revolving, etc.). manual

Sketching is the foundational activity for most KCL programs. A sketch is a two-dimensional drawing made from paths or shapes. A sketch is always drawn on a surface (either an abstract plane of a face of a solid). A sketch can be made into a solid by extruding it (or revolving, etc.).

This module contains functions for creating and manipulating sketches, and making them into solids.

Functions and constants