HomeFAQHow do I create a line at a specific angle in XyzPilot?...

FAQ

How do I create a line at a specific angle in XyzPilot?

Use Line/P,Atangl to create a line through a point at a specified angle from the positive X axis.

Full Answer

Use Line/P,Atangl. Specify the point the line passes through and the angle in degrees measured from the positive X axis, counterclockwise. 0=horizontal right, 90=vertical up, 180=horizontal left.

XyzPilot Example

P0 = (30, 40) Line/P0, Atangl, 45 → L0: through (30,40) at 45 degrees Line/P0, Atangl, 0 → L1: horizontal through (30,40) Line/P0, Atangl, 90 → L2: vertical through (30,40) Line/P0, Atangl, 135 → L3: through (30,40) at 135 degrees
← All FAQs Operator Reference Try in XyzPilot →