Skip to content

Commit d0695ec

Browse files
Assy docs fix (#614)
1 parent e5e0fef commit d0695ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/primer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ using tags. Tags can be directly referenced when constructing the constraints::
262262

263263
The following constraints are currently implemented:
264264

265-
: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.
265+
: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.
266266
: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.
267267
:Plane: combination of :Axis: and :Point: constraints.
268268

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

0 commit comments

Comments
 (0)