* Change tangentialArc, tangentialArcTo, and tangentialArcToRelative to keyword args * Change tangentialArc offset to angle and convert to kw arg calls * Fix lints * Fix sketch errors and all unit tests passing * Fix tangentialArcTo calls in KCL samples * Update tangentialArc in samples * Update sim test output * Fix formatting * Fix mistake in merge * Fix gear rack sample * Update output after more samples fixes * Update gear rack output * Add end label to docs snippet * Fix to not add endAbsolute for an arc with radius or angle arguments * Update docs outputs * Fix formatting * Fix executor tests * Fix formatting * Fix bench input files * Fix spelling * Improve error messages --------- Co-authored-by: Adam Chalmers <adam.chalmers@zoo.dev>
4.6 KiB
4.6 KiB
title, excerpt, layout
title | excerpt | layout |
---|---|---|
KCL Standard Library | Documentation for the KCL standard library for the Zoo Design Studio. | manual |
Table of Contents
Language
Standard library
- Primitive types
- std
Axis2d
Axis3d
Edge
Face
Helix
Plane
Point2d
Point3d
Sketch
Solid
X
XY
XZ
Y
YZ
Z
abs
acos
angleToMatchLengthX
angleToMatchLengthY
angledLine
angledLineThatIntersects
appearance
arc
arcTo
asin
assert
assertEqual
assertGreaterThan
assertGreaterThanOrEq
assertLessThan
assertLessThanOrEq
atan
atan2
bezierCurve
ceil
chamfer
circleThreePoint
close
extrude
fillet
floor
fromCm
fromFt
fromInches
fromM
fromMm
fromYd
getCommonEdge
getNextAdjacentEdge
getOppositeEdge
getPreviousAdjacentEdge
helix
hole
hollow
intersect
lastSegX
lastSegY
legAngX
legAngY
legLen
line
ln
loft
log
log10
log2
map
max
min
offsetPlane
patternCircular2d
patternCircular3d
patternLinear2d
patternLinear3d
patternTransform
patternTransform2d
polygon
pop
pow
profileStart
profileStartX
profileStartY
push
reduce
rem
revolve
rotate
round
scale
segAng
segEnd
segEndX
segEndY
segLen
segStart
segStartX
segStartY
shell
sqrt
startProfileAt
startSketchOn
subtract
sweep
tangentToEnd
tangentialArc
toDegrees
toRadians
translate
union
xLine
yLine
- std::math
- std::sketch
- std::turns