8.9.3.40 IfcOffsetCurve2D(二维偏移曲线)
8.9.3.40.1 语义定义(Semantic definition)
IfcOffsetCurve2D 是在二维空间中通过与其 BasisCurve 的偏移距离定义的曲线。
其中 T 是基础曲线 C(u) 在参数值 u 处的单位切向量,d 是距离。基础曲线应为二维曲线。8.9.3.40.2 实体继承(Entity inheritance)
-
- IfcCurve
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.40.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcRepresentationItem (2) | |||
| LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentation 的 Items 列表中的 LayerAssignments。 |
|
| StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcCurve (1) | |||
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
此抽象类的空间维度,所有子类(如 IfcLine、IfcConic 和 IfcBoundedCurve)的定义各不相同。 |
| IfcOffsetCurve (1) | |||
| 1 | BasisCurve | IfcCurve |
被偏移的曲线。 |
| 点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性 | |||
| IfcOffsetCurve2D (2) | |||
| 2 | Distance | IfcLengthMeasure |
偏移曲线与基础曲线之间的距离。距离可以是正数、负数或零。正的距离值定义了一个偏移方向,该方向是通过从给定点处的切向量 T 逆时针旋转 90 度得到的法线方向。(这是正交补集 T 的方向。) |
| 3 | SelfIntersect | IfcLogical |
指示偏移曲线是否自相交;这仅用于提供信息。 |
8.9.3.40.4 形式化命题(Formal propositions)
8.9.3.40.5 形式化表示(Formal representation)
ENTITY IfcOffsetCurve2D
SUBTYPE OF (IfcOffsetCurve);
Distance : IfcLengthMeasure;
SelfIntersect : IfcLogical;
WHERE
DimIs2D : BasisCurve.Dim = 2;
END_ENTITY;