Skip to main content
added 458 characters in body
Source Link
Raksha
  • 663
  • 1
  • 6
  • 20

___________________ FOLLOWUP TO THE QUESTION : _____________________

Does anyone know how I could quantify the thickness of the spiral AND the thickness of the empty space between the arms? I know that right now it depends on the value put into the AbsoluteThickness, but I need to be able to put in a number in, say, nanometers. Does anyone have any ideas on this might be done?

______END OF FOLLLOWUP

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.

___________________ FOLLOWUP TO THE QUESTION : _____________________

Does anyone know how I could quantify the thickness of the spiral AND the thickness of the empty space between the arms? I know that right now it depends on the value put into the AbsoluteThickness, but I need to be able to put in a number in, say, nanometers. Does anyone have any ideas on this might be done?

______END OF FOLLLOWUP

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.

deleted 209 characters in body
Source Link
Raksha
  • 663
  • 1
  • 6
  • 20

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.


also, completely unrelated ... my head just exploded XD

enter image description here

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.


also, completely unrelated ... my head just exploded XD

enter image description here

I can plot a thin spiral using just:

$ r=\frac{\theta }{2 \pi };$

PolarPlot[theta/2 Pi,{theta,0,2 Pi}] 

but is there a way to plot a spiral that has actual area (not just a visually thicker line, but actual 2D spiral as if you took a long rectangle and curled it up, if that makes sense...)? Like these: enter image description here

Essentially, I'm trying to bounce a beam of light off a lens which has this pattern machined out of it, so I need to be able to modify the thickness of the trenches to see how much light will get reflected. The beam of light is estimated as a matrix of points. So I need to have this pattern also represented as a matrix.

Tweeted twitter.com/#!/StackMma/status/616140236691767296
Modified title to fit more with what OP was asking for and to make it more interesting for potential answerers.
Link

How to create a thick spiral then extract the coordinates from the image?

added 71 characters in body
Source Link
Raksha
  • 663
  • 1
  • 6
  • 20
Loading
deleted 10 characters in body
Source Link
PlatoManiac
  • 15k
  • 2
  • 44
  • 76
Loading
Source Link
Raksha
  • 663
  • 1
  • 6
  • 20
Loading