* accessing toast error correctly * wrapping try-catch around fs.stat on cli arg * implemented array push * changing arg execution order for sketch arc * addressing sketchFromKclValue error for Sketches in Uservals * addressing 'update to He inside a test not wrapped in act(...' error * yarn fmt fix * implemented polygon stdlib function * changing polygon inscribed arg description in docs * addressing cargo clippy warning * Add tangential arc unavailable reason tooltip * fixing tsc errors * preventing hidden dirs from showing up as projects and prohibits renaming projects as hidden * adding unit test for desktop listProjects * showing no completions when last typed word is a number * fmt * Make clippy happy * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * yarn tsc fix: added missing toast import in Home.tsx * A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest) * regenerating markdown docs for incoming merge from main --------- Co-authored-by: arnav <arnav@agupta.org> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3.0 KiB
3.0 KiB
title, excerpt, layout
title | excerpt | layout |
---|---|---|
KCL Standard Library | Documentation for the KCL standard library for the Zoo Modeling App. | manual |
Table of Contents
- Types
- Known Issues
abs
acos
angleToMatchLengthX
angleToMatchLengthY
angledLine
angledLineOfXLength
angledLineOfYLength
angledLineThatIntersects
angledLineToX
angledLineToY
arc
asin
assert
assertEqual
assertGreaterThan
assertGreaterThanOrEq
assertLessThan
assertLessThanOrEq
atan
bezierCurve
ceil
chamfer
circle
close
cm
cos
e
extrude
fillet
floor
ft
getNextAdjacentEdge
getOppositeEdge
getPreviousAdjacentEdge
helix
hole
hollow
import
inch
int
lastSegX
lastSegY
legAngX
legAngY
legLen
line
lineTo
ln
loft
log
log10
log2
m
map
max
min
mirror2d
mm
offsetPlane
patternCircular2d
patternCircular3d
patternLinear2d
patternLinear3d
patternTransform
pi
polar
polygon
pow
profileStart
profileStartX
profileStartY
push
reduce
rem
revolve
segAng
segEndX
segEndY
segLen
shell
sin
sqrt
startProfileAt
startSketchAt
startSketchOn
tan
tangentialArc
tangentialArcTo
tangentialArcToRelative
tau
toDegrees
toRadians
xLine
xLineTo
yLine
yLineTo
yd