zoukankan      html  css  js  c++  java
  • Qto_MemberBaseQuantities

    Qto_MemberBaseQuantities

    构件所有引用的定义通用的基本数量。

    NameTypeDescription
    Length Q_LENGTH
    Länge Physikalische Länge des Stabs ohne Berücksichtigung von Abschrägungen, Ausklinkungen, und ähnliches.
    Length Total nominal length of the member, not taking into account any cut-out's or other processing features.
    CrossSectionArea Q_AREA
    Querschnittsfläche Querschnittsfläche des Stabs.
    Cross Section Area Total area of the cross section (or profile) of the member.
    OuterSurfaceArea Q_AREA
    Mantelfläche Mantelfläche des Stabs, die Querschnittsfläche am Anfang und Ende des Stabs wird nicht berücksichtigt.
    Outer Surface Area Total area of the extruded surfaces of the member (not taking into account the end cap areas), normally generated as perimeter * length.
    GrossSurfaceArea Q_AREA
    Gesamtoberfläche Gesamte Oberfläche als Summe von Mantelfläche + (2 x Querschnittsfläche). Es soll nur dann angegeben werden, wenn die Mantelfläche und die Querschnittsfläche nicht separat bestimmt werden können).
    Gross Surface Area Total area of the member, normally generated as perimeter * length + 2 * cross section area. It is the sum of OuterSurfaceArea + (2 x CrossSectionArea) and shall only be given, if the OuterSurfaceArea and CrossSectionArea cannot be established separately.
    NetSurfaceArea Q_AREA
    Nettooberfläche Nettooberfläche des Stabs, alle Öffnungen und Aussparungen werden von der Mantelfläche abgezogen.
    Net Surface Area Net surface area of the member, normally generated as perimeter * length + 2 * cross section area taking into account possible processing features (cut-out's, etc.) or openings and recesses.
    GrossVolume Q_VOLUME
    Bruttovolumen Volumen des Stabs. Alle Öffnungen und Aussparungen werden übermessen.
    Gross Volume Total gross volume of the member, not taking into account possible processing features (cut-out's, etc.) or openings and recesses.
    NetVolume Q_VOLUME
    Nettovolumen Volumen des Stabs. Alle Öffnungen und Aussparungen werden abgezogen.
    Net Volume Total net volume of the member, taking into account possible processing features (cut-out's, etc.) or openings and recesses.
    GrossWeight Q_WEIGHT
    Bruttogewicht Gewicht des Stabs. Alle Öffnungen und Aussparungen werden übermessen.
    Gross Weight Total gross weight of the member without add-on parts, not taking into account possible processing features (cut-out's, etc.) or openings and recesses.
    NetWeight Q_WEIGHT
    Nettogewicht Gewicht des Stabs. Alle Öffnungen und Aussparungen werden abgezogen.
    Net Weight Total net weight of the member without add-on parts, taking into account possible processing features (cut-out's, etc.) or openings and recesses.

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

    QQ 3087438119
  • 相关阅读:
    学习曲线
    正则化——“偏差(bias)”与“方差(variance)”
    诊断偏差(bias)和方差(variance)
    模型选择和训练/验证/测试数据集
    运用机器学习的建议
    训练神经网络的一般步骤
    Java数组
    类型信息(反射,RTTI)
    equals(), "== ",hashcode() 详细解释
    java并发
  • 原文地址:https://www.cnblogs.com/herd/p/15124857.html
Copyright © 2011-2022 走看看