Skip to main content

xAxis()

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

Returns: SketchDatum

Signatures

xAxis(): SketchDatum

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