Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / CableLayersPositionData Class
Members
In This Topic
    CableLayersPositionData Class
    In This Topic
    Class for holding structure and position of cable control points.
    Object Model
    CableLayersPositionData ClassPlacePosition ClassPlacePosition Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.CableLayersPositionData

    Syntax
    public class CableLayersPositionData 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyDictionary holding information about positions of cable sub-layers based on EPLAN.Harness.API.LibraryParts.CableEntities.BaseCablePlaceableEntityInfo - namely Shields, Twists, Insulators or Wires. Keys are cable sub-entities and values are tuples of PlacePosition lists. The first list in the tuple contains control point positions of respective sub-layer, which is in first branch of the cable, the second list contains control points, which are on the second branch of current sub-layer. Both lists are ordered - the last element in each list will be the position of a sub-layer endpoint (or last control point in case of wires) and the first element is the control point closest to parent layer.  
    Public Property Position of first end control point of top insulator.  
    Public Property Position of second end control point of top insulator.  
    Public Property List of positions of middle control points of top insulator.  
    Top
    See Also