ENTITY IfcTShapeProfileDef

(* SCHEMA IFC4; *)
-- ==============================
-- LEGACY ADD ATTRIBUTE: IfcTShapeProfileDef.CentreOfGravityInY
--
-- IFC2x3 has an CentreOfGravityInY value that was removed in
-- IFC4.  Keep the extra field for IFC2X3 data but suppress when
-- writing as IFC4 and later.
--
ENTITY IfcTShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	Depth : IfcPositiveLengthMeasure;
	FlangeWidth : IfcPositiveLengthMeasure;
	WebThickness : IfcPositiveLengthMeasure;
	FlangeThickness : IfcPositiveLengthMeasure;
	FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	FlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	WebEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	WebSlope : OPTIONAL IfcPlaneAngleMeasure;
	FlangeSlope : OPTIONAL IfcPlaneAngleMeasure;

        -- IFCBIM Library Specific, restore 2x3 attribute
	CentreOfGravityInY : OPTIONAL IfcPositiveLengthMeasure;
 WHERE
	ValidFlangeThickness : FlangeThickness < Depth;
	ValidWebThickness : WebThickness < FlangeWidth;
END_ENTITY;

Explicit Attributes

Entity IfcTShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 POSITIONIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 DepthIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeWidthIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 WebThicknessIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeThicknessIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeEdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcTShapeProfileDef
 WebEdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcTShapeProfileDef
 WebSlopeIfcPlaneAngleMeasure (REAL)IfcTShapeProfileDef
 FlangeSlopeIfcPlaneAngleMeasure (REAL)IfcTShapeProfileDef
 CentreOfGravityInYIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcTShapeProfileDef has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferenceSET OF IfcExternalReferenceRelationship (ENTITY)IfcProfileDef
 HasPropertiesSET OF IfcProfileProperties (ENTITY)IfcProfileDef

Supertypes

Entity IfcTShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcTShapeProfileDef and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcArbitraryOpenProfileDef ENTITY IfcProfileDef
 IfcArbitraryProfileDefWithVoids ENTITY IfcProfileDef
 IfcCompositeProfileDef ENTITY IfcProfileDef
 IfcDerivedProfileDef ENTITY IfcProfileDef
 IfcExtrudedAreaSolidTapered ENTITY IfcProfileDef
 IfcMaterialProfile ENTITY IfcProfileDef
 IfcOpenCrossProfileDef ENTITY IfcProfileDef
 IfcParameterizedProfileDef ENTITY IfcTShapeProfileDef
 IfcProfileDef ENTITY IfcParameterizedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcRelAssociatesProfileDef ENTITY IfcProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcSectionedSolid ENTITY IfcProfileDef
 IfcSectionedSpine ENTITY IfcProfileDef
 IfcSectionedSurface ENTITY IfcProfileDef
 IfcSectionProperties ENTITY IfcProfileDef
 IfcSweptAreaSolid ENTITY IfcProfileDef
 IfcSweptSurface ENTITY IfcProfileDef
 IfcTaperedSweptAreaProfiles FUNCTION IfcProfileDef


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:10-05:00