Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / CableLayersPositionData Class / CableLayersPositionData Constructor / CableLayersPositionData Constructor(PlacePosition,PlacePosition,List<TransformProperty<LengthProperty>>,Dictionary<BaseCablePlaceableEntityInfo,ValueTuple<List<PlacePosition>,List<PlacePosition>>>)
First control point of top insulator.
Second control point of top insulator.
List of middle control points of top insulator.
Dictionary with positions of control points of cable sub-layers.
In This Topic
    CableLayersPositionData Constructor(PlacePosition,PlacePosition,List<TransformProperty<LengthProperty>>,Dictionary<BaseCablePlaceableEntityInfo,ValueTuple<List<PlacePosition>,List<PlacePosition>>>)
    In This Topic
    Create new instance of CableLayersPositionData.
    Syntax

    Parameters

    layerEnd1
    First control point of top insulator.
    layerEnd2
    Second control point of top insulator.
    topLayerControlPoints
    List of middle control points of top insulator.
    sublayersPositionData
    Dictionary with positions of control points of cable sub-layers.
    See Also