Click or drag to resize
SoTrackFollowerkeepRollAngle Property

Indicates if the roll angle should be maintained after the middle of the turn.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFBool keepRollAngle { get; }

Property Value

Type: SoMFBool
Remarks

If this flag is set to true for a control point, the roll speed is assumed to be 1 in the second part of the turn for the current control point and in the first part of the turn for the next control point. This allows the roll angle to be maintained between two adjacent turns.

If there are fewer keepRollAngle values than control points, the value of the last keepRollAngle is used for the remaining control points.

See Also