I think that there is a bit of a misunderstanding of the geometry items, and what it means to fully constrain them. A "line" in the normal understanding is actually 3 separate objects in the Fusion sketch solver:
- one "line" object - a line is considered to be the infinite representation of the line. It consists of a direction and a through point, (which may or may not be one of the sketch line's endpoints).
- two points. The points are constrained to lie on the line, and are interpreted as the start and end points of the "line segment". When drawing a line segment in Fusion's graphics system, only the portion in between the start and end is drawn.
So, to fully constrain a sketch containing one line, you need to constrain these 3 objects.
In this sketch, none of the 3 are fully constrained:

The line's direction is constrained, but not its location. Neither point is constrained. If I add a dimension to the origin:

now, the line is fully constrained (drawn in black). But the whole sketch is not fully constrained, because the two endpoints are not constrained.
Next, I can add a dimension to the bottom point:

now, that bottom point is fully constrained, but the sketch itself is not
so, adding one more dimension (either the length of the line, or another dimension from the origin) will achieve this:

Hope this helps clear up things a bit
Jeff Strater
Engineering Director