Files
cadquery/doc/classreference.rst

109 lines
1.8 KiB
ReStructuredText
Raw Normal View History

2013-04-15 21:22:54 -04:00
.. _classreference:
*************************
2015-11-28 21:05:20 -05:00
CadQuery Class Summary
2013-04-15 21:22:54 -04:00
*************************
2021-08-25 23:38:52 +01:00
This page documents all of the methods and functions of the CadQuery classes, organized alphabetically.
2013-04-15 21:22:54 -04:00
.. seealso::
For a listing organized by functional area, see the :ref:`apireference`
2015-12-09 21:01:14 -05:00
.. currentmodule:: cadquery
2013-04-15 21:22:54 -04:00
Core Classes
---------------------
.. autosummary::
Sketch
Workplane
Assembly
Constraint
2013-04-15 21:22:54 -04:00
2015-11-28 21:05:20 -05:00
Topological Classes
----------------------
2013-04-23 20:33:39 -04:00
.. autosummary::
2015-11-28 21:05:20 -05:00
Shape
2013-04-23 20:33:39 -04:00
Vertex
2015-11-28 21:05:20 -05:00
Edge
cadquery.occ_impl.shapes.Mixin1D
2015-11-28 21:05:20 -05:00
Wire
Face
Shell
cadquery.occ_impl.shapes.Mixin3D
2015-11-28 21:05:20 -05:00
Solid
Compound
2013-04-15 21:22:54 -04:00
2013-04-23 20:33:39 -04:00
Geometry Classes
------------------
2015-11-28 21:05:20 -05:00
.. autosummary::
2015-11-28 21:05:20 -05:00
Vector
Matrix
Plane
2020-09-04 13:11:16 +02:00
Location
2013-04-15 21:22:54 -04:00
2013-04-23 20:33:39 -04:00
Selector Classes
2015-11-28 21:05:20 -05:00
---------------------
2013-04-15 21:22:54 -04:00
.. currentmodule:: cadquery.selectors
2015-11-28 21:05:20 -05:00
.. autosummary::
2013-04-15 21:22:54 -04:00
2015-11-28 21:05:20 -05:00
Selector
NearestToPointSelector
BoxSelector
BaseDirSelector
ParallelDirSelector
DirectionSelector
PerpendicularDirSelector
TypeSelector
2020-12-18 12:15:46 +10:30
RadiusNthSelector
CenterNthSelector
2015-11-28 21:05:20 -05:00
DirectionMinMaxSelector
2020-12-18 12:15:46 +10:30
DirectionNthSelector
LengthNthSelector
AreaNthSelector
2015-11-28 21:05:20 -05:00
BinarySelector
AndSelector
SumSelector
SubtractSelector
InverseSelector
StringSyntaxSelector
Class Details
---------------
2015-12-01 22:54:36 -05:00
.. automodule:: cadquery
:show-inheritance:
:members:
2021-02-12 08:35:45 +01:00
:special-members:
.. autoclass:: cadquery.occ_impl.shapes.Mixin1D
:show-inheritance:
:members:
.. autoclass:: cadquery.occ_impl.shapes.Mixin3D
:show-inheritance:
2013-04-15 21:22:54 -04:00
:members:
.. automodule:: cadquery.selectors
:show-inheritance:
2020-12-18 12:15:46 +10:30
:members:
.. automodule:: cadquery.occ_impl.exporters.assembly
:show-inheritance:
:members:
.. autofunction:: cadquery.occ_impl.assembly.toJSON
.. autoclass:: cadquery.occ_impl.exporters.dxf.DxfDocument
:members:
.. automethod:: __init__