首页 > 其他 > 详细

IfcSurfaceSide

时间:2020-12-28 10:39:30      阅读:30      评论:0      收藏:0      [点我收藏+]

IfcSurfaceSide是一个表面的负、正或两面都被引用的表示。

 

注释类型根据ISO10303-46中定义的表面_侧改编。

IFC2.0中的新枚举类型

 

Enumeration definition

ConstantDescription
POSITIVE The side of a surface which is in the same direction as the surface normal derived from the mathematical definition.
NEGATIVE The side of a surface which is in the opposite direction than the surface normal derived from the mathematical definition.
BOTH Both, positive and negative side.
 

 

 

 

 

 

EXPRESS Specification

TYPE IfcSurfaceSide = ENUMERATION OF (
 POSITIVE,
 NEGATIVE,
 BOTH);
END_TYPE;

 

IfcSurfaceSide

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

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