Click or drag to resize
SoExtrusionscale Property

The cross-section curve is scaled by this value on the X and Z axes.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFVec2f scale { get; }

Property Value

Type: SoMFVec2f
Remarks

If one value is specified it applies to every spine point, else there should be as many values as there are points in the spine. All scale values must be > 0. Default is (1,1) meaning no scaling.

See Also