Click or drag to resize
FollowObjectBehavior Enumeration
Specifies how a Camera behaves when it follows an object.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum FollowObjectBehavior
Members
  Member nameValueDescription
FixDirection0 The view point moves with the object, and the view direction is fixed in global coordinates.
FixLookFrom1 The view point is fixed, and the view direction follows the object.
FollowLocal2 The view point moves with the object, and the view direction is fixed in local coordinates.
Version Information

Supported in: 1.0.0.0
See Also