Click or drag to resize
PhysicsCableControlPoint Class
Represents a point through which a PhysicsCable is routed when it is created.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsPhysicsCableControlPoint

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

The PhysicsCableControlPoint type exposes the following members.

Constructors
  NameDescription
Public methodPhysicsCableControlPoint(Vector3)
Creates a control point at a point in space. The cable will initially be routed through this point but is after that free to move in any way.
Public methodPhysicsCableControlPoint(Vector3, Vector3, GraphicComponent)
Creates a control point that is attached to a Part. The cable will become locked to the part at the specified position with the specified direction.
Top
Properties
  NameDescription
Public propertyAttachedTo
Gets the GraphicComponent that the cable is attached to at the control point.
Public propertyDirection
Gets or sets the direction of the cable at the control point.
Public propertyPosition
Gets or sets the position of the control point.
Top
Methods
Version Information

Supported in: 1.0.0.0
See Also