Files
cadquery/doc/classreference.rst
Adam Urbańczyk 65f9608f54 Implement locations() for Wires (#475)
* Implement locations() for Wires

* Fix errors

* Test for locations on a wire

* Refactored Mixin1D

* Mypy fixes and more refactoring

* black fix

* Moved _geomAdaptor to concrete classes

* Add positionAt

* Added positions()

* positions() and positionAt() test

* Better tests

* Extended tangentAt and added docstrings

* Test for tangentAt

* Fixed defects

* Doc fix attempt

* Use autoclass on Mixins

* specify full name in sphinx
2020-10-30 22:31:51 +01:00

89 lines
1.4 KiB
ReStructuredText

.. _classreference:
*************************
CadQuery Class Summary
*************************
This page documents all of the methods and functions of the CadQuery classes, organized alphabatically.
.. seealso::
For a listing organized by functional area, see the :ref:`apireference`
.. currentmodule:: cadquery
Core Classes
---------------------
.. autosummary::
CQ
Workplane
Assembly
Constraint
Topological Classes
----------------------
.. autosummary::
Shape
Vertex
Edge
cadquery.occ_impl.shapes.Mixin1D
Wire
Face
Shell
cadquery.occ_impl.shapes.Mixin3D
Solid
Compound
Geometry Classes
------------------
.. autosummary::
Vector
Matrix
Plane
Location
Selector Classes
---------------------
.. autosummary::
Selector
NearestToPointSelector
BoxSelector
BaseDirSelector
ParallelDirSelector
DirectionSelector
DirectionNthSelector
PerpendicularDirSelector
TypeSelector
DirectionMinMaxSelector
BinarySelector
AndSelector
SumSelector
SubtractSelector
InverseSelector
StringSyntaxSelector
Class Details
---------------
.. automodule:: cadquery
:show-inheritance:
:members:
.. autoclass:: cadquery.occ_impl.shapes.Mixin1D
:show-inheritance:
:members:
.. autoclass:: cadquery.occ_impl.shapes.Mixin3D
:show-inheritance:
:members: