HyperWorks Desktop

*LineWidth()

Indicates the thickness for the tracing path.

*LineWidth()

Indicates the thickness for the tracing path.

Previous topic Next topic No expanding text in this topic  

*LineWidth()

Indicates the thickness for the tracing path.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

 

*BeginTracing()

List of Session Statements