ENTITY IfcIShapeProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcIShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	OverallWidth : IfcPositiveLengthMeasure;
	OverallDepth : IfcPositiveLengthMeasure;
	WebThickness : IfcPositiveLengthMeasure;
	FlangeThickness : IfcPositiveLengthMeasure;
	FilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	FlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	FlangeSlope : OPTIONAL IfcPlaneAngleMeasure;
 WHERE
	ValidFlangeThickness : (2. * FlangeThickness) < OverallDepth;
	ValidWebThickness : WebThickness < OverallWidth;
	ValidFilletRadius : NOT(EXISTS(FilletRadius)) OR
((FilletRadius <= (OverallWidth - WebThickness)/2.) AND 
 (FilletRadius <= (OverallDepth - (2. * FlangeThickness))/2.));
END_ENTITY;

Explicit Attributes

Entity IfcIShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 PositionIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 OverallWidthIfcPositiveLengthMeasure (REAL)IfcIShapeProfileDef
 OverallDepthIfcPositiveLengthMeasure (REAL)IfcIShapeProfileDef
 WebThicknessIfcPositiveLengthMeasure (REAL)IfcIShapeProfileDef
 FlangeThicknessIfcPositiveLengthMeasure (REAL)IfcIShapeProfileDef
 FilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcIShapeProfileDef
 FlangeEdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcIShapeProfileDef
 FlangeSlopeIfcPlaneAngleMeasure (REAL)IfcIShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcIShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcIShapeProfileDef 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
 IfcParameterizedProfileDef ENTITY IfcIShapeProfileDef
 IfcProfileDef ENTITY IfcParameterizedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcSectionedSpine 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
2016-06-01T11:21:44-04:00