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

solver::angleDimensionFunction in std::solver

Constrain the angle in the selected sector between two lines.

Arguments

NameTypeDescriptionRequired
lines[Segment; 2]The ordered pair of line segments whose selected angle sector should match the value set with ==. A line's positive direction runs from its start point to its end point; its negative direction is the reverse.Yes
sectornumber(_)Which counterclockwise sweep about the line intersection to constrain: 1, first line's positive direction to the second line's positive direction; 2, second positive to first negative; 3, first negative to second negative; or 4, second negative to first positive.Yes
inverseboolUse the counterclockwise sweep from the selected sector's end direction to its start direction. For example, a 20deg sweep with inverse = false becomes 340deg with inverse = true.No
labelPositionPoint2dThe desired position of the constraint label.No

Examples