Overview
/
KCL Standard Library
/
Functions
/
solver::angle

solver::angleFunction in std::solver

Constrain lines to meet at a given angle.

Arguments

NameTypeDescriptionRequired
input[Segment; 2]The two line segments whose relative angle should match the value set with ==.Yes

Examples