ENTITY IfcLShapeProfileDef

(* SCHEMA IFC4; *)
-- ==============================
-- LEGACY ADD ATTRIBUTE: IfcLShapeProfileDef.CentreOfGravityInX/Y
--
-- IFC2x3 has an CentreOfGravityInX/Y value that was removed in
-- IFC4.  Keep the extra field for IFC2X3 data but suppress when
-- writing as IFC4 and later.
--
ENTITY IfcLShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	Depth : IfcPositiveLengthMeasure;
	Width : OPTIONAL IfcPositiveLengthMeasure;
	Thickness : IfcPositiveLengthMeasure;
	FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	EdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	LegSlope : OPTIONAL IfcPlaneAngleMeasure;
	
        -- IFCBIM Library Specific, restore 2x3 attribute
	CentreOfGravityInX : OPTIONAL IfcPositiveLengthMeasure;
	CentreOfGravityInY : OPTIONAL IfcPositiveLengthMeasure;
 WHERE
	ValidThickness : (Thickness < Depth) AND (NOT(EXISTS(Width)) OR (Thickness < Width));
END_ENTITY;

Explicit Attributes

Entity IfcLShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 POSITIONIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 DepthIfcPositiveLengthMeasure (REAL)IfcLShapeProfileDef
 WidthIfcPositiveLengthMeasure (REAL)IfcLShapeProfileDef
 ThicknessIfcPositiveLengthMeasure (REAL)IfcLShapeProfileDef
 FilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcLShapeProfileDef
 EdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcLShapeProfileDef
 LegSlopeIfcPlaneAngleMeasure (REAL)IfcLShapeProfileDef
 CentreOfGravityInXIfcPositiveLengthMeasure (REAL)IfcLShapeProfileDef
 CentreOfGravityInYIfcPositiveLengthMeasure (REAL)IfcLShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcLShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcLShapeProfileDef 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 IfcLShapeProfileDef
 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:09-05:00