ENTITY IfcIShapeProfileDef

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcIShapeProfileDef
 SUPERTYPE OF (ONEOF
	(IfcAsymmetricIShapeProfileDef))
 SUBTYPE OF (IfcParameterizedProfileDef);
	OverallWidth : IfcPositiveLengthMeasure;
	OverallDepth : IfcPositiveLengthMeasure;
	WebThickness : IfcPositiveLengthMeasure;
	FlangeThickness : IfcPositiveLengthMeasure;
	FilletRadius : OPTIONAL IfcPositiveLengthMeasure;
 WHERE
	WR1 : FlangeThickness < (OverallDepth / 2);
	WR2 : WebThickness < OverallWidth;
	WR3 : 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
 FilletRadiusIfcPositiveLengthMeasure (REAL)IfcIShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcIShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

Entity IfcIShapeProfileDef has the following subtypes:
    IfcAsymmetricIShapeProfileDef*
* - Immediate 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
 IfcConnectionPortGeometry ENTITY IfcProfileDef
 IfcDerivedProfileDef ENTITY IfcProfileDef
 IfcParameterizedProfileDef ENTITY IfcIShapeProfileDef
 IfcProfileDef ENTITY IfcParameterizedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcSectionedSpine ENTITY IfcProfileDef
 IfcSectionProperties ENTITY IfcProfileDef
 IfcSweptAreaSolid ENTITY IfcProfileDef
 IfcSweptSurface ENTITY IfcProfileDef


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00