ENTITY IfcRectangleHollowProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcRectangleHollowProfileDef
 SUBTYPE OF (IfcRectangleProfileDef);
	WallThickness : IfcPositiveLengthMeasure;
	InnerFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
	OuterFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
 WHERE
	ValidWallThickness : (WallThickness < (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
(WallThickness < (SELF\IfcRectangleProfileDef.YDim/2.));
	ValidInnerRadius : NOT(EXISTS(InnerFilletRadius)) OR 
((InnerFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2. - WallThickness)) AND 
 (InnerFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2. - WallThickness)));
	ValidOuterRadius : NOT(EXISTS(OuterFilletRadius)) OR 
((OuterFilletRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
 (OuterFilletRadius <= (SELF\IfcRectangleProfileDef.YDim/2.)));
END_ENTITY;

Explicit Attributes

Entity IfcRectangleHollowProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 PositionIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 XDimIfcPositiveLengthMeasure (REAL)IfcRectangleProfileDef
 YDimIfcPositiveLengthMeasure (REAL)IfcRectangleProfileDef
 WallThicknessIfcPositiveLengthMeasure (REAL)IfcRectangleHollowProfileDef
 InnerFilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcRectangleHollowProfileDef
 OuterFilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcRectangleHollowProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcRectangleHollowProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef
      IfcRectangleProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcRectangleHollowProfileDef 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 IfcRectangleProfileDef
 IfcProfileDef ENTITY IfcParameterizedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcRectangleHollowProfileDef ENTITY IfcRectangleProfileDef
 IfcRectangleProfileDef ENTITY IfcRectangleHollowProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcRoundedRectangleProfileDef ENTITY IfcRectangleProfileDef
 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:46-04:00