Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / CableLayersPositionData Class
Properties

In This Topic
    CableLayersPositionData Class Members
    In This Topic

    The following tables list the members exposed by 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