Click or drag to resize
SoVectorizeActionSetLinePatternSize Method (Single, SoVectorizeActionDimensionUnits)

Sets the line pattern size, i.e., the association between printer pattern (16 printer "points") and the size of the line pattern on the hard copy output.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetLinePatternSize(
	float w,
	SoVectorizeActionDimensionUnits u
)

Parameters

w
Type: SystemSingle
u
Type: OIV.HardCopySoVectorizeActionDimensionUnits
Remarks

One printer pattern is equal to SoDrawStyleElement.linePatternScaleFactor * w units where units are millimeters, meters, inches. By default one printer pattern equals 5.6444 millimeters (16 * .3527 mm/point). Used for the following attributes: line pattern length.

See Also