Docs Home
/
KCL Standard Library
/
Functions
/
solver::tangent

solver::tangentFunction in std::solver

Constrain two segments to be tangent.

Supported input type pairs (unordered):

  • Line / Circle
  • Line / CircularArc
  • Circle / Circle
  • Circle / CircularArc
  • CircularArc / CircularArc

Arguments

NameTypeDescriptionRequired
input[Segment; 2]Two supported line/arc/circle segments that should touch without crossing.Yes

Examples

Found a typo?