8.9.3.41 IfcOffsetCurve3D(三维偏移曲线)
8.9.3.41.1 语义定义(Semantic definition)
IfcOffsetCurve3D 是在三维空间中通过与其 BasisCurve 的偏移量定义的曲线。
T 是基础曲线 C(u) 在参数值 u 处的单位切向量,d 是距离。基础曲线应为三维曲线。非正式命题
- 在曲线的任何点上,参考方向不得与切向量方向平行或相反。
8.9.3.41.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.41.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 个继承特性 | |||
| IfcOffsetCurve3D (3) | |||
| 2 | Distance | IfcLengthMeasure |
偏移曲线与基础曲线的距离。距离可以是正数、负数或零。 |
| 3 | SelfIntersect | IfcLogical |
指示偏移曲线是否自相交,此信息仅供参考。 |
| 4 | RefDirection | IfcDirection |
用于定义三维偏移曲线相对于基础曲线方向的方向。 |
8.9.3.41.4 形式化命题(Formal propositions)
8.9.3.41.5 形式化表示(Formal representation)
ENTITY IfcOffsetCurve3D
SUBTYPE OF (IfcOffsetCurve);
Distance : IfcLengthMeasure;
SelfIntersect : IfcLogical;
RefDirection : IfcDirection;
WHERE
DimIs2D : BasisCurve.Dim = 3;
END_ENTITY;