SoViewingCubeanimationDuration Property |
Duration of camera movement to reach the desired position.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat animationDuration { get; }
Public ReadOnly Property animationDuration As SoSFFloat
Get
public:
property SoSFFloat^ animationDuration {
SoSFFloat^ get ();
}
member animationDuration : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Any negative value of this field is equivalent to 0 (no animation). Default is 0.8 seconds.
See Also