SoTrackFollowerheadRotation Property |
The final rotation applied at a control point, which allows the camera or the object to be rotated while following the track.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFRotation headRotation { get; }
Public ReadOnly Property headRotation As SoMFRotation
Get
public:
property SoMFRotation^ headRotation {
SoMFRotation^ get ();
}
member headRotation : SoMFRotation with get
Property Value
Type:
SoMFRotationRemarks If there are fewer headRotation values than control points, the value of the last headRotation is used for the remaining control points.
See Also