zoukankan      html  css  js  c++  java
  • Qto_RampFlightBaseQuantities

    Qto_RampFlightBaseQuantities

    坡道梯段所有引用的定义通用的基本数量。

    NameTypeDescription
    Length Q_LENGTH
    Länge Gesamtlänge der Rampe gemessen entlang der Lauflinie der Rampe.
    Length Total length of the ramp flight along the walking line.
    Width Q_LENGTH
    Dicke Dicke der Rampe. Der Wert wird nur dann angegeben, wenn diese konstant ist.
    Width Thickness of the ramp flight. It should only be provided, if it is constant.
    GrossArea Q_AREA
    Bruttofläche Gesamte Bruttofläche der Rampe (als wahre Fläche und nicht als projizierte Fläche). Alle Öffnungen werden übermessen. Wird nur bei konstanter Dicke der Rampe angegeben.
    Gross Area Total area of the ramp flight (not the projected area). Openings, recesses and projections are not taken into account. Only given, if the ramp flight is prismatic.
    NetArea Q_AREA
    Nettofläche Gesamte Nettofläche der Rampe (als wahre Fläche und nicht als projizierte Fläche). Alle Öffnungen werden abgezogen. Wird nur bei konstanter Dicke der Rampe angegeben.
    Net Area Total area of the ramp flight (not the projected area). Openings and recesses are taken into account by subtraction, projections by addition. Only given, if the ramp flight is prismatic.
    GrossVolume Q_VOLUME
    Bruttovolumen Gesamtes Bruttovolumen der Rampe. Alle Öffnungen werden übermessen.
    Gross Volume Total gross volume of the ramp flight. Openings, recesses, and projections are not taken into account.
    NetVolume Q_VOLUME
    Nettovolumen Gesamtes Nettovolumen der Rampe. Alle Öffnungen werden abgezogen.
    Net Volume Total net volume of the ramp flight. Openings and recesses are taken into account by subtraction, projections by addition.

    ###################################

    QQ 3087438119
  • 相关阅读:
    Qt MFC 混合编程的问题
    DECLARE_MESSAGE_MAP用法
    DECLARE_DYNCREATE与DECLARE_DYNAMIC区别
    Qt unsigned char* (uchar*) 转为QImage
    C++ SafeArrayAccessData,SafeArrayUnaccessData使用
    C++ 实现 COM → IUnknown → 接口
    C++ COM编程之IUnknown接口
    C++ COM三大接口:IUnknown、IClassFactory、IDispatch。
    C++ COM组件QueryInterface函数
    C++ COM组件的AddRef和Release()方法使用
  • 原文地址:https://www.cnblogs.com/herd/p/15124894.html
Copyright © 2011-2022 走看看