IfcTextTransformation

IfcTextTransformation描述如何处理字符的大小写。值包括:

①capitalize:大写每个单词的第一个字符

②uppercase:大写元素的所有字母

③lowercase:将元素的所有字母都小写

④none

 

从CSS-1中定义的文本转换中采用的注释类型。

IFC2x3中增加的新类型。

 

Formal Propositions

RuleDescription
WR1 Allowable values for text transform.
 

 

 

EXPRESS Specification

TYPE IfcTextTransformation = STRING;
 WHERE
  WR1 : SELF IN ['capitalize', 'uppercase', 'lowercase', 'none']
END_TYPE;

 

posted @ 2020-12-22 09:03  西北逍遥  阅读(53)  评论(0编辑  收藏  举报