8.9.3.49 IfcPointOnCurve(曲线上点)
8.9.3.49.1 语义定义(Semantic definition)
IfcPointOnCurve 是通过其定义曲线的参数值定义的点。
非正式命题
- 点参数的值不应超出曲线的参数范围。
8.9.3.49.2 实体继承(Entity inheritance)
-
- IfcPoint
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.49.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。 |
|
| IfcPoint (1) | |||
| * | Dim | IfcDimensionCount |
此属性是形式化派生的
此抽象类的空间维度,由具体子类型的特定函数处理。在 IfcCartesianPoint 的情况下由坐标分量的数量确定,在其他情况下由基准曲线或曲面的维度确定。 |
| 点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性 | |||
| IfcPointOnCurve (2) | |||
| 1 | BasisCurve | IfcCurve |
点参数所关联的曲线。 |
| 2 | PointParameter | IfcParameterValue |
点位置的参数值。 |
8.9.3.49.4 形式化表示(Formal representation)
ENTITY IfcPointOnCurve
SUBTYPE OF (IfcPoint);
BasisCurve : IfcCurve;
PointParameter : IfcParameterValue;
END_ENTITY;