Skip to main content

yAxis()

The sketch y axis — the infinite line through the origin along the plane's y direction. A fixed constraint target: collinear(yAxis(), l), coincident(p, yAxis()), symmetric(a, b, yAxis()), distance(yAxis(), c, 25). Also the sketch's own Y direction for the in-sketch transforms — mirror(yAxis(), g), copy('linear', yAxis(), …) — where a bare 'y' would mean WORLD y.

Returns: SketchDatum

Signatures

yAxis(): SketchDatum

The sketch y axis — the infinite line through the origin along the plane's y direction. A fixed constraint target: collinear(yAxis(), l), coincident(p, yAxis()), symmetric(a, b, yAxis()), distance(yAxis(), c, 25). Also the sketch's own Y direction for the in-sketch transforms — mirror(yAxis(), g), copy('linear', yAxis(), …) — where a bare 'y' would mean WORLD y.