IfcCurveBoundedSurface

IfcCurveBoundedSurface是一个参数化曲面,其边界由p曲线定义,也就是说,基于曲面并在该曲面的参数空间中定义的曲线。p曲线是复合曲线段的一种特殊类型,仅用于约束曲面。

外边界应通过以下方式确定:

IfcOuterBoundaryCurve用于定义外部边界的闭合复合曲面上的曲线,在这种情况下,属性ImplicitOuter必须设置为FALSE,或者

有界曲面的隐式边界,例如IfcRectangularTrimmedSurface的u1、u2、v1、v2,在这种情况下,属性ImplicitOuter必须设置为TRUE。

像CalidrifNote一样,一些隐式曲面没有可识别的边界。

注:定义根据ISO/CD 10303-42:1992

曲线边界曲面是一个参数化曲面,曲面边界由一条或多条边界曲线定义。其中一条边界曲线可以是外边界;任何数量的内边界都是允许的。基曲面中曲线有界曲面的区域定义为从边界上的任意点沿nxt方向的基曲面部分,其中N是曲面法线,T是该点的边界曲线切线向量。如此定义的区域应呈弧形连接。

注:根据ISO 10303-42中定义的曲线边界曲面改编的实体。

IFC4中增加的新实体。

非正式提议:

边界组中的每条曲线应闭合。

边界组中的两条曲线不得相交。

最多一条边界曲线可以包含任何其他边界曲线。如果指定了IfcOuterBoundaryCurve,则只有该曲线可以包含任何其他边界曲线。

Attribute definitions

#AttributeTypeCardinalityDescriptionC
1 BasisSurface IfcSurface [1:1] The surface to be bounded. X
2 Boundaries IfcBoundaryCurve S[1:?] The outer boundary of the surface. X
3 ImplicitOuter IfcBoolean [1:1]   X
 

#AttributeTypeCardinalityDescriptionC
IfcRepresentationItem
  LayerAssignment IfcPresentationLayerAssignment
@AssignedItems
S[0:1] Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items. X
  StyledByItem IfcStyledItem
@Item
S[0:1] Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve. X
IfcGeometricRepresentationItem
IfcSurface
  Dim
:=3
IfcDimensionCount [1:1] The space dimensionality of IfcSurface. It is always a three-dimensional geometric representation item. X
IfcBoundedSurface
IfcCurveBoundedSurface
1 BasisSurface IfcSurface [1:1] The surface to be bounded. X
2 Boundaries IfcBoundaryCurve S[1:?] The outer boundary of the surface. X
3 ImplicitOuter IfcBoolean [1:1]   X
 

EXPRESS Specification

ENTITY IfcCurveBoundedSurface
 SUBTYPE OF (IfcBoundedSurface);
  BasisSurface : IfcSurface;
  Boundaries : SET [1:?] OF IfcBoundaryCurve;
  ImplicitOuter : IfcBoolean;
END_ENTITY;
QQ 3087438119
原文地址:https://www.cnblogs.com/herd/p/13934031.html