首页 > 其他 > 详细

IfcBoxAlignment

时间:2021-01-07 08:57:33      阅读:27      评论:0      收藏:0      [点我收藏+]

框对齐方式指定文本框相对于其位置的对齐方式。应使用以下字符串值:

●top-left
●top-middle
●top-right
●middle-left
●center
●middle-right
●bottom-left
●bottom-middle
●bottom-right

注:top-left是默认值。

下图说明了对齐值。

技术分享图片

 

 

 

 

 

 

 

 

 

 

下图演示了对齐值以及放置和平面范围的使用

技术分享图片

 

 

IFC2x2 附录2中增加的新类型。

IFC2x3添加IfcBoxAlignment。

 

Formal Propositions

RuleDescription
WR1  
 

 

 

EXPRESS Specification

TYPE IfcBoxAlignment = IfcLabel;
 WHERE
  WR1 : SELF IN [‘top-left‘, ‘top-middle‘, ‘top-right‘, ‘middle-left‘, ‘center‘, ‘middle-right‘, ‘bottom-left‘, ‘bottom-middle‘, ‘bottom-right‘]
END_TYPE;

 

IfcBoxAlignment

原文:https://www.cnblogs.com/herd/p/14244379.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!