ENTITY IfcUShapeProfileDef

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

        -- IFCBIM Library Specific, restore 2x3 attribute
	CentreOfGravityInX : OPTIONAL IfcPositiveLengthMeasure;
 WHERE
	ValidFlangeThickness : FlangeThickness < (Depth / 2.);
	ValidWebThickness : WebThickness < FlangeWidth;
END_ENTITY;

Explicit Attributes

Entity IfcUShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 POSITIONIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 DepthIfcPositiveLengthMeasure (REAL)IfcUShapeProfileDef
 FlangeWidthIfcPositiveLengthMeasure (REAL)IfcUShapeProfileDef
 WebThicknessIfcPositiveLengthMeasure (REAL)IfcUShapeProfileDef
 FlangeThicknessIfcPositiveLengthMeasure (REAL)IfcUShapeProfileDef
 FilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcUShapeProfileDef
 EdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcUShapeProfileDef
 FlangeSlopeIfcPlaneAngleMeasure (REAL)IfcUShapeProfileDef
 CentreOfGravityInXIfcPositiveLengthMeasure (REAL)IfcUShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcUShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcUShapeProfileDef 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 IfcUShapeProfileDef
 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