diff --git a/doc/cheatsheet/cadquery_cheatsheet.html b/doc/cheatsheet/cadquery_cheatsheet.html new file mode 100644 index 0000000..358b0b7 --- /dev/null +++ b/doc/cheatsheet/cadquery_cheatsheet.html @@ -0,0 +1,151 @@ + + +
+Name | +xDir | +yDir | +zDir | +
---|---|---|---|
XY | ++x | ++y | ++z | +
YZ | ++y | ++z | ++x | +
XZ | ++x | ++z | +-y | +
front | ++x | ++y | ++z | +
back | +-x | ++y | +-z | +
left | ++z | ++y | +-x | +
right | +-z | ++y | ++x | +
top | ++x | +-z | ++y | +
bottom | ++x | ++z | +-y | +
Modifier | +Description | +
---|---|
| | +Parallel to (same as ParallelDirSelector). Can return multiple objects. | +
# | +Perpendicular to (same as PerpendicularDirSelector) | +
+ | +Positive direction (same as DirectionSelector) | +
- | +Negative direction (same as DirectionSelector) | +
> | +Maximize (same as DirectionMinMaxSelector with directionMax=True) | +
< | +Minimize (same as DirectionMinMaxSelector with directionMax=False) | +
% | +Curve/surface type (same as TypeSelector) | +