*LineWidth()
Indicates the thickness for the tracing path.
Syntax
*LineWidth (width)
Application
HyperView
Inputs
- width
- The line thickness.
Example
*BeginTracing()
*LineColor(255, 255, 255)
*LineWidth(2)
*TracingMode(LastNumberOfSteps, 1)
*PartLocator(1, "Part", 1)
*EndTracing()
Comments
The traced path’s thickness is determined by this setting.