Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSegment Class / FillingDegree Property

In This Topic
    FillingDegree Property
    In This Topic
    The degree of routing segment filling in percent.
    Syntax
    public double FillingDegree {get;}
    public:
    property double FillingDegree {
       double get();
    }
    Remarks
    This is quotient of sum of connections/cables cross sections which are routed through this object and cross section of this routing segment.
    See Also