Skip to content

Commit

Permalink
Assy docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Feb 2, 2021
1 parent e5e0fef commit 7e273a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/primer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ using tags. Tags can be directly referenced when constructing the constraints::

The following constraints are currently implemented:

:Axis: two normal vectors are anti-coincident or the cosine of the angle between them is equal to the specified value. Can be defined for all entities with consistent normal vector - planar faces, wires and edges.
:Axis: two normal vectors are anti-coincident or the angle (in radians) between them is equal to the specified value. Can be defined for all entities with consistent normal vector - planar faces, wires and edges.
:Point: two points are coincident or separated by a specified distance. Can be defined for all entities, center of mass is used for lines, faces, solids and the vertex position for vertices.
:Plane: combination of :Axis: and :Point: constraints.

For a more elaborate assembly example see :ref:`assytutorial`.
For a more elaborate assembly example see :ref:`assytutorial`.

0 comments on commit 7e273a6

Please sign in to comment.