Click or drag to resize
CurveSection Structure
Represents a section of a Wire limited by two vertices.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct CurveSection

The CurveSection type exposes the following members.

Constructors
  NameDescription
Public methodCurveSection
Initializes a new CurveSection instance with the specified edges and start and end vectors.
Top
Properties
  NameDescription
Public propertySectionEnd
Gets or sets the end vector of this section.
Public propertySectionStart
Gets or sets the start vector of this section.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetEdges
Returns an array of Edge objects that the CurveSection contains.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodSetEdges
Sets the edges that should be contained in the CurveSection.
Public methodToString (Inherited from ValueType.)
Top
Version Information

Supported in: 1.0.0.0
See Also