Re: Surface Finish
JaySturgeon said:
I have a question for the forum. I have never heard the term “LAY” used with regards to surface measurement before. Can anyone enlighten me to it’s meaning and use when applied to surface measurement.
I would greatly appreciate all your input.
Thanks........
Jay,
Being curious because I heard the term uses also, I did a quick search on the Internet and found the following information. It appears that "lay" is the direction the grain is running. Hope it helps. You can do what I did. Do Google or Altavista and type Surface Finish Lay. Have a good one.
aSurfaceFinish
SetLayDirection
Sets the lay direction for the surface finish.
HRESULT SetLayDirection(long direction)
Arguments
direction - [in]
The lay direction for surface finish.
Description
Call this function to set the lay direction for the surface finish.
The following values are supported for direction:
LayDirection Value
aSurfaceFinish_none 0
aSurfaceFinish_parallel 1
aSurfaceFinish_perpendicular 2
aSurfaceFinish_crossed 0
aSurfaceFinish_multiDirectional 1
aSurfaceFinish_circular 2
aSurfaceFinish_radial 2
See Also
Use aSurfaceFinish::GetLayDirection to get the lay direction.
--------------------------------------------------------------------------------