其他分享
首页 > 其他分享> > IfcConnectionCurveGeometry

IfcConnectionCurveGeometry

作者:互联网

IfcConnectionCurveGeometry

实体定义

IfcConnectionCurveGeometry用于描述几何约束,这些几何约束有助于在曲线或与曲线几何相关的边上实现两个对象的物理连接。它被设想为应用于元素连接关系的控件。

 

CurveOnRelatingElement属性中的IfcCurve(或具有关联IfcCurv的IfcdGeCurve)定义了连接元素的基本几何图形项所连接的曲线。曲线几何图形和坐标在RelatingElement的局部坐标系中提供,如在使用IFCConnectionCurvegeMetry的IfcRelConnects子类型中指定的。可选地,通过使用CurveOnRelatedElement属性,也可以在RelatedElement的局部坐标系中提供相同的曲线几何图形和坐标。

 

示例:两壁之间的连接关系具有几何约束,该几何约束通过第一壁的CurveOnRelatedElement和第二壁的Curve OnRelated Element描述端盖(或壁端的截断)。IfcConnectionCurveGeometry的确切用法在使用它的元素的几何使用部分中进一步定义。

通过仅应用IfcPolyline,连接约束的可用几何图形可以进一步限制为仅允许直线段。在iCelement子类型的对象定义处提供这样的使用约束,通过引用具有关联的iFCConnectionCurveMetry的iFCReconnects子类型来利用元素连接。

 

IFC1.5中的新实体。

IFC2x更改从IfcLineConnectionGeometry重命名。

IFC2x3通过使用IfcCurveOrEdgeCurve来启用具有关联几何图形的拓扑的提供。

 

 

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcConnectionGeometry
IfcConnectionCurveGeometry
1 CurveOnRelatingElement IfcCurveOrEdgeCurve [1:1] The bounded curve at which the connected objects are aligned at the relating element, given in the LCS of the relating element. X
2 CurveOnRelatedElement IfcCurveOrEdgeCurve [0:1] The bounded curve at which the connected objects are aligned at the related element, given in the LCS of the related element. If the information is omitted, then the origin of the related element is used. X
 

EXPRESS Specification

ENTITY IfcConnectionCurveGeometry
 SUBTYPE OF (IfcConnectionGeometry);
  CurveOnRelatingElement : IfcCurveOrEdgeCurve;
  CurveOnRelatedElement : OPTIONAL IfcCurveOrEdgeCurve;
END_ENTITY;

 

 

 

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

标签:几何图形,CurveOnRelatedElement,element,IfcCurveOrEdgeCurve,连接,IfcConnectionCurveGeom
来源: https://www.cnblogs.com/herd/p/16634690.html