Click or drag to resize
ABB.Robotics.RobotStudio.Stations.Forms Namespace
Classes
  ClassDescription
Public classAfterFreehandEventArgs
Provides data for the AfterFreehand event.
Public classAsyncCompletionEventArgs
Provides data for the Apply event.
Public classDirectionControl
PositionControl with extra button for defining a direction (or offset) by two points
Public classGraphicButton
Represents a clickable button in a GraphicControl.
Public classGraphicButtonCollection
Represents a collection of GraphicButton objects.
Public classGraphicControl
Displays graphical objects in a 3D view
Public classGraphicHoverEventArgs
Provides data for the GraphicHover event
Public classGraphicPicker
Provides mouse selection (picking) in a GraphicControl.
Public classGraphicPickEventArgs
Provides data for the GraphicPick event
Public classHoverObjectControl
The HoverObjectControl contains only a TextBox and a label used for describing the content that will be used as input to the control. The control is used to show a preview of what object will be selected in by the GraphicPicker of active project (when the mouse pointer hovers hovered over a ProjectObject).
Public classInertiaControl
Public classJointValuesControl
Summary description for JointValuesControl.
Public classLocalRefCoordSys
Public classMouseRectangleEventArgs
Provides data for the MouseRectangle event.
Public classNumericTextBox
Numeric TextBox consisting of a edit control, spin buttons and a label. Supports mathematical expressions, Measuring unit conversions and min/max limits.
Public classNumericTextBoxArray
An "array" of numeric text boxes with that will distribute its width equally among all child edit boxes
Public classObjectSelectionControl
Represents a control for selecting a ProjectObject, either by clicking in the graphics or by selecting from a dropdown list.
Public classObjectSelectionControlChangingEventArgs
Provides data for the SelectedObjectChanging event.
Public classOrientationControl
Represents a control that displays an orientation as either Euler angles or quaternions.
Public classParentRefCoordSys
Public classPositionControl
Represents a Windows control to display a position, with separate numeric text boxes for X, Y and Z. The control inherits a NumericTextBoxArray with three numeric text boxes. Set and get the position value using the Value property. It is possible to acceess individual numeric text boxes for X, Y and Z through the NumericalTextBoxes.
Public classQuaternionControl
Represents a control that displays an orientation as quaternions.
Public classRefCoordSys
Represents the reference coordinate system functionality and connects the ReferenceComboBox with the PositionControl. It keeps a collection of RefCoordSysItem which represents the different reference coordinate systems to choose from.
Public classRefCoordSysItem
Public classRefCoordSysItemCollection
Public classRefCoordSysItemCollectionEditor
Public classRefCoordSysItemConverter
Public classReferenceComboBox
ComboBox for selecting a reference coordinate system
Public classRefFrameCoordSys
Public classTemporaryGraphic
A simple non-persistent graphics object.
Public classTemporaryGraphicCollection
A collection of TemporaryGraphic objects.
Public classToolControlBase
Base class for all hosted tool controls
Public classToolControlManager
Manages Tool Controls hosted together with browser Tool Windows.
A Tool Control is a user interface control that is hosted inside a Tool Window. A hosted Tool Control can be displayed inside the browser Tool Window, and can be teared off.
A Tool Control shall not be displayed directly by the client. Tool Controls must inherit ToolControlBase. By registering Tool Controls with the manager they can easily be shown in the approperiate host. It will also be possible to tear off the Tool Control. Initailly a Tool Control is shown as a child to its host and is often associated to some selected object in the Station. For example a Tool Control for setting the position of Targets, is associated with the currently selected Target. If another Target is selected the Tool Control will update itself, and from now on apply changes to the newly selected Target. When the Tool Control is teared off from the host, a new instance will be created, that is still associated with the same Target, but will no longer react on selection changed.
Public classUcsRefCoordSys
Public classUnitLabel
Represents a Label control with the name of a unit appended to the label text.
Public classUserDefAxisRefCoordSys
Public classWorldRefCoordSys
Structures
  StructureDescription
Public structureGraphicCapabilities
Contains information about the capabilities of the graphics adapter used for rendering a GraphicControl.
Public structureGraphicControlSettings
Contains settings used for initializing a GraphicControl
Interfaces
  InterfaceDescription
Public interfaceIFreehandObject
Interface for an object that can be moved or rotated in the graphics.
Public interfaceIFreehandObject2
Interface for an object that can be moved or rotated in the graphics.
Delegates
  DelegateDescription
Public delegateGraphicHoverEventHandler
Represents the method that will handle the GraphicHover event.
Public delegateGraphicPickEventHandler
Represents the method that will handle the GraphicPick event.
Public delegateMouseRectangleEventHandler
Represents the method that will handle the MouseRectangle event.
Public delegateObjectSelectionControlChangingEventHandler
Represents a handler for the SelectedObjectChanging event.
Enumerations
  EnumerationDescription
Public enumerationFreehandMode
Specifies values to indicate how the user will be able to move or rotate a selected object by using the mouse.
Public enumerationFreehandReference
Specifies the reference coordinate system for freehand manipulation
Public enumerationGraphicDetailLevel
Specifies values to indicate the detail in which objects are rendered.
Public enumerationGraphicRepresentation
Specifies values to indicate how solid objects will be rendered.
Public enumerationGraphicStereoMode
Specifies values for StereoMode.
Public enumerationSelectionHighlightType Obsolete.
Public enumerationCode exampleSelectionModes
Specifies values to indicate the type of objects which will be selectable by picking
Public enumerationSnapMode
Specifies values to indicate how the pick point will be adjusted ("snapped") when picking geometric objects.