• IfcSimplePropertyTemplateTypeEnum


    IfcSimplePropertyTemplateTypeEnum

    类型定义

    此枚举定义创建并分配给此IfcSimplePropertyTemplate的IfcSimpleProperty或IFCPPhysical ImpleQuantity实例的正确子类型。它还确定应如何使用IfcPropertyTemplate、PrimaryUnit、SecondaryUnit、枚举器、PrimaryDataType、SecondaryDataType的属性。

    IFC4中的 新枚举。

    Enumeration definition

    ConstantDescription
    P_SINGLEVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertySingleValue.
    P_ENUMERATEDVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertyEnumeratedValue.
    P_BOUNDEDVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertyBoundedValue.
    P_LISTVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertyListValue.
    P_TABLEVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertyTableValue.
    P_REFERENCEVALUE The properties defined by this IfcPropertyTemplate are of type IfcPropertyReferenceValue.
    Q_LENGTH The properties defined by this IfcPropertyTemplate are of type IfcQuantityLength.
    Q_AREA The properties defined by this IfcPropertyTemplate are of type IfcQuantityArea.
    Q_VOLUME The properties defined by this IfcPropertyTemplate are of type IfcQuantityVolume.
    Q_COUNT The properties defined by this IfcPropertyTemplate are of type IfcQuantityCount.
    Q_WEIGHT The properties defined by this IfcPropertyTemplate are of type IfcQuantityWeight.
    Q_TIME The properties defined by this IfcPropertyTemplate are of type IfcQuantityTime.
     

    EXPRESS Specification

    TYPE IfcSimplePropertyTemplateTypeEnum = ENUMERATION OF (
     P_SINGLEVALUE,
     P_ENUMERATEDVALUE,
     P_BOUNDEDVALUE,
     P_LISTVALUE,
     P_TABLEVALUE,
     P_REFERENCEVALUE,
     Q_LENGTH,
     Q_AREA,
     Q_VOLUME,
     Q_COUNT,
     Q_WEIGHT,
     Q_TIME);
    END_TYPE;

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

  • 相关阅读:
    Linux之find命令
    Android WebView如何加载assets下的html文件
    Android 静默安装
    Android listview下拉刷新 SwipeRefreshLayout
    AndroidManifest.xml 详解
    Android 查看内存使用状况
    Android invalidate() 和 postInvalidate()的区别
    Android动画之Interpolator和AnimationSet
    实现Fragment的切换和ViewPager自动循环设置切换时间
    android 实现橡皮擦效果以及保存涂鸦的功能
  • 原文地址:https://www.cnblogs.com/herd/p/15970372.html
Copyright © 2020-2023  润新知