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