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

sketch2::tangentFunction in std::sketch2

WARNING: This function is experimental and may change or be removed.

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]Yes
Found a typo?