Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / MinTighteningTorque Property

In This Topic
    MinTighteningTorque Property (ConnectionPointPosition)
    In This Topic
    The minimum tightening torque determines minimum force with which, for example, a screw is tightened
    Syntax
    public double MinTighteningTorque {get; set;}
    public:
    property double MinTighteningTorque {
       double get();
       void set (    double value);
    }
    See Also