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.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public virtual void SetLinePatternSize(
float w,
SoVectorizeActionDimensionUnits u
)
Public Overridable Sub SetLinePatternSize (
w As Single,
u As SoVectorizeActionDimensionUnits
)
public:
virtual void SetLinePatternSize(
float w,
SoVectorizeActionDimensionUnits u
)
abstract SetLinePatternSize :
w : float32 *
u : SoVectorizeActionDimensionUnits -> unit
override SetLinePatternSize :
w : float32 *
u : SoVectorizeActionDimensionUnits -> unit
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