该页全部中文内容仅供20252453-T-424 项目组内部使用

20252453-T-424 项目

8.15.3.10 IfcDerivedProfileDef(派生轮廓定义)

8.15.3.10.1 语义定义(Semantic definition)

IfcDerivedProfileDef 通过从父轮廓进行变换来定义轮廓。变换由二维变换运算符给出。变换包括平移、旋转、镜像和缩放。后者可以是均匀的或非均匀的。派生轮廓可用于定义扫描曲面、扫描面积实体或截面脊线。

该变换影响基础坐标系中轮廓的位置、旋转、镜像或缩放,即使用该轮廓定义的扫描曲面或扫描面积实体所定义的坐标系。这是以下任一情况的 xy 平面:

或者在截面脊线的情况下,是 IfcSectionedSpine.CrossSectionPositions 每个列表成员的 xy 平面。在应用笛卡尔变换运算符之前,会考虑基础坐标系内 ParentProfile 的位置和潜在旋转。

注意,如果只需要镜像,则应改用 IfcMirroredProfileDef

均匀缩放
Figure 8.15.3.10.A

参数
IfcDerivedProfileDef 使用应用于父轮廓定义的 IfcCartesianTransformationOperator2D(CTO)进行定义。

示例
该示例显示了一个均匀缩放和一个 IfcRectangleProfileDef 的变换,以匹配左下角基点。CTO 的属性为:

Axis1 = NIL(默认为 1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(<1/2 XDim>,<1/2 YDim>) Scale = 2.

非均匀缩放
Figure 8.15.3.10.B

参数
IfcDerivedProfileDef 通过应用作为 2D CTO 子类型的 IfcCartesianTransformationOperator2DnonUniform 来定义非均匀变换。

示例
该示例显示了一个非均匀缩放和一个 IfcRectangleProfileDef 的平移,以匹配左下角基点。CTO 的属性为:

Axis1 = NIL(默认为 1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(0.,<1/2 YDim>) Scale = 1. Scale2 = 2.

镜像
Figure 8.15.3.10.C

参数
IfcDerivedProfileDef 通过应用 IfcCartesianTransformationOperator2D(CTO)到父轮廓来定义镜像。

示例
该示例显示了一个 IfcLShapeProfileDef 的镜像,以匹配中心基点。CTO 的属性为:

Axis1 = (-1.,0.) Axis2 = NIL(默认为 0.,1.) LocalOrigin = IfcCartesianPoint(0.,0.) Scale = NIL(默认为 1.)

此示例仅用于说明。 如果变换结果仅如示例中所示进行镜像,则应使用 IfcMirroredProfileDef 而不是 IfcDerivedProfileDef

注意:以下颜色映射适用:

  • 黑色坐标轴显示扫描曲面、扫描面积实体或截面脊线的基础坐标系
  • 红色坐标轴显示父轮廓的位置坐标系
  • 棕色坐标轴显示派生轮廓的位置坐标系

8.15.3.10.2 实体继承(Entity inheritance)

8.15.3.10.3 特性(Attributes)

# 特性(Attributes) 类型(Type) 描述(Description)
IfcProfileDef (4)
1 ProfileType IfcProfileTypeEnum

定义此轮廓定义应解析的几何类型,是曲线还是曲面区域。如果是曲线,轮廓应由扫描曲面引用;如果是区域,轮廓应由扫描实体引用。

2 ProfileName OPTIONAL IfcLabel

轮廓的人类可读名称,例如根据标准轮廓表。如上所述,机器可读的标准轮廓名称应在 IfcExternalReference.ItemReference 中提供。

HasExternalReference SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects

与轮廓关联的外部信息(例如库、分类或文档信息)的引用。

HasProperties SET [0:?] OF IfcProfileProperties FOR ProfileDefinition

轮廓的附加属性,例如机械属性。

点击显示 4 个隐藏的继承特性 点击隐藏 4 个继承特性
IfcDerivedProfileDef (3)
3 ParentProfile IfcProfileDef

父轮廓提供变换的起点。

4 Operator IfcCartesianTransformationOperator2D

应用于父轮廓的变换运算符。

5 Label OPTIONAL IfcLabel

可用于指代此变换的名称。名称的实际含义必须在应用上下文中定义。

表 8.15.3.10.D

8.15.3.10.4 形式化命题(Formal propositions)

名称(Name) 描述(Description)
InvariantProfileType

派生轮廓的轮廓类型应与父轮廓的类型相同,即两者都应为 AREA 或 CURVE。

SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType
表 8.15.3.10.E

8.15.3.10.5 属性集(Property sets)

  • Pset_ProfileMechanical
    • MassPerLength
    • CrossSectionArea
    • Perimeter
    • MinimumPlateThickness
    • MaximumPlateThickness
    • CentreOfGravityInX
    • CentreOfGravityInY
    • ShearCentreZ
    • ShearCentreY
    • MomentOfInertiaY
    • MomentOfInertiaZ
    • MomentOfInertiaYZ
    • TorsionalConstantX
    • WarpingConstant
    • ShearDeformationAreaZ
    • ShearDeformationAreaY
    • MaximumSectionModulusY
    • MinimumSectionModulusY
    • MaximumSectionModulusZ
    • MinimumSectionModulusZ
    • TorsionalSectionModulus
    • ShearAreaZ
    • ShearAreaY
    • PlasticShapeFactorY
    • PlasticShapeFactorZ

8.15.3.10.6 概念用法(Concept usage)

概念(Concept) 用法(Usage) 描述(Description)
IfcProfileDef (1)
Property Sets for Profiles General

此概念可应用于以下资源

点击显示 1 个隐藏的继承概念 点击隐藏 1 个继承概念
表 8.15.3.10.F

8.15.3.10.7 形式化表示(Formal representation)

ENTITY IfcDerivedProfileDef
 SUPERTYPE OF (ONEOF
	(IfcMirroredProfileDef))
 SUBTYPE OF (IfcProfileDef);
	ParentProfile : IfcProfileDef;
	Operator : IfcCartesianTransformationOperator2D;
	Label : OPTIONAL IfcLabel;
 WHERE
	InvariantProfileType : SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType;
END_ENTITY;

8.15.3.10.8 参考(References)