Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_TIGHTENING_TORQUE_MIN Property / ARTICLE_TIGHTENING_TORQUE_MIN Property

In This Topic
    ARTICLE_TIGHTENING_TORQUE_MIN Property
    In This Topic
    Tightening torque, min. # 26082.
    Syntax
    public PropertyValue ARTICLE_TIGHTENING_TORQUE_MIN {get; set;}
    public:
    property PropertyValue^ ARTICLE_TIGHTENING_TORQUE_MIN {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Minimal value of the tightening torque. It is specified in Newton meters. It describes the force with which, for example, a screw is tightened, meaning the force that acts from the drive on the socket. This property applies to the entire part. You can find connection point-specific properties in the connection point pattern.

    See Also