ENTITY IfcAsymmetricIShapeProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcAsymmetricIShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	BottomFlangeWidth : IfcPositiveLengthMeasure;
	OverallDepth : IfcPositiveLengthMeasure;
	WebThickness : IfcPositiveLengthMeasure;
	BottomFlangeThickness : IfcPositiveLengthMeasure;
	BottomFlangeFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	TopFlangeWidth : IfcPositiveLengthMeasure;
	TopFlangeThickness : OPTIONAL IfcPositiveLengthMeasure;
	TopFlangeFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	BottomFlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	BottomFlangeSlope : OPTIONAL IfcPlaneAngleMeasure;
	TopFlangeEdgeRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	TopFlangeSlope : OPTIONAL IfcPlaneAngleMeasure;
 WHERE
	ValidFlangeThickness : NOT(EXISTS(TopFlangeThickness)) OR ((BottomFlangeThickness + TopFlangeThickness) < OverallDepth);
	ValidWebThickness : (WebThickness < BottomFlangeWidth) AND (WebThickness < TopFlangeWidth);
	ValidBottomFilletRadius : (NOT(EXISTS(BottomFlangeFilletRadius))) OR 
(BottomFlangeFilletRadius <= (BottomFlangeWidth - WebThickness)/2.);
	ValidTopFilletRadius : (NOT(EXISTS(TopFlangeFilletRadius))) OR 
(TopFlangeFilletRadius <= (TopFlangeWidth - WebThickness)/2.);
END_ENTITY;

Explicit Attributes

Entity IfcAsymmetricIShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 PositionIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 BottomFlangeWidthIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 OverallDepthIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 WebThicknessIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 BottomFlangeThicknessIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 BottomFlangeFilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 TopFlangeWidthIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 TopFlangeThicknessIfcPositiveLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 TopFlangeFilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 BottomFlangeEdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 BottomFlangeSlopeIfcPlaneAngleMeasure (REAL)IfcAsymmetricIShapeProfileDef
 TopFlangeEdgeRadiusIfcNonNegativeLengthMeasure (REAL)IfcAsymmetricIShapeProfileDef
 TopFlangeSlopeIfcPlaneAngleMeasure (REAL)IfcAsymmetricIShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcAsymmetricIShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcAsymmetricIShapeProfileDef 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 IfcAsymmetricIShapeProfileDef
 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:40-04:00