首页 > 其他分享 >IfcConnectionGeometry

IfcConnectionGeometry

时间:2022-09-06 16:34:57浏览次数:81  
标签:IfcConnectionGeometry point 拓扑 元素 几何 连接

IfcConnectionGeometry

IfcConnectionGeometry用于描述促进两个对象物理连接的几何和拓扑约束。它被设想为应用于元素连接关系的控件。

 

注意,元素连接关系通常通过引用相关和相关元素提供逻辑连接信息。如果另外提供了IfcConnectionGeometry,则通过指定元素连接发生在相关和相关元素的确切位置来提供物理连接信息。使用偏心子类型,当连接元件之间存在物理距离(或偏心)时,也可以描述连接。

IfcConnectionGeometry允许在几何和拓扑元素之间提供连接约束,以下连接几何/拓扑类型在范围内:

 

  • point | vertex point,
  • curve | edge curve,
  • surface | face surface,

IFC1.5中的新实体。

IFC2X3更改了子类型的定义,则通过允许几何表示项(点|曲线124曲面)或具有关联几何体的拓扑表示项(顶点124边曲线#面曲面)来增强。

 

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcConnectionGeometry
 

EXPRESS Specification

ENTITY IfcConnectionGeometry
 ABSTRACT SUPERTYPE OF(ONEOF(IfcConnectionCurveGeometry, IfcConnectionPointGeometry, IfcConnectionSurfaceGeometry, IfcConnectionVolumeGeometry));
END_ENTITY;

 

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

标签:IfcConnectionGeometry,point,拓扑,元素,几何,连接
From: https://www.cnblogs.com/herd/p/16662291.html

相关文章

  • IfcConnectionGeometry
    IfcConnectionGeometry实体定义IfcConnectionGeometry用于描述促进两个对象物理连接的几何和拓扑约束。它被设想为应用于元素连接关系的控件。 注意:元素连接关系通常......