Click or drag to resize
EdgeType Enumeration
Specifies the type of an Edge.

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 EdgeType
Members
  Member nameValueDescription
Straight0 The edge is a straight line.
Ellipse1 The edge is elliptical.
Helix2 The edge is helix shaped.
Interpolated3 The edge is not defined by an explicit equation, but by reference to other geometric entities.
Unknown4 The edge type is unknown.
Version Information

Supported in: 1.0.0.0
See Also