LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Draw a circle and its center..

Solved!
Go to solution

@altenbach wrote:

@deceased wrote:


Don't forget to wire a T into the "exclude end?" input on the ramp pattern or you will have a point at 0 and 2pi.

Which is required if we want to close the circle... 😄

 

(With the end excluded, we would have a gap)


True, just need to be careful with the requirement for n+1 ramp points for n unique points.

0 Kudos
Message 11 of 13
(518 Views)

@deceased wrote:

True, just need to be careful with the requirement for n+1 ramp points for n unique points.


let's use the xy graph's linear interpolation to transform this into a regular polygon generator

 

Spoiler
regular-polygons.png

 

regular-polygons.gif

Message 12 of 13
(485 Views)

Slightly simpler...

 

Spoiler
altenbach_1-1705076631214.png

I would also ensure that the graph area is square and that the x and y axes range is identical to avoid distortions.

Message 13 of 13
(470 Views)