ENTITY IfcRoundedRectangleProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcRoundedRectangleProfileDef
 SUBTYPE OF (IfcRectangleProfileDef);
	RoundingRadius : IfcPositiveLengthMeasure;
 WHERE
	ValidRadius : ((RoundingRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND 
 (RoundingRadius <= (SELF\IfcRectangleProfileDef.YDim/2.)));
END_ENTITY;

Explicit Attributes

Entity IfcRoundedRectangleProfileDef 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
 RoundingRadiusIfcPositiveLengthMeasure (REAL)IfcRoundedRectangleProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcRoundedRectangleProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef
      IfcRectangleProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcRoundedRectangleProfileDef 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 IfcRectangleProfileDef
 IfcProfileDef ENTITY IfcParameterizedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcRectangleHollowProfileDef ENTITY IfcRectangleProfileDef
 IfcRectangleProfileDef ENTITY IfcRoundedRectangleProfileDef
 IfcRelAssociatesProfileDef ENTITY IfcProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcRoundedRectangleProfileDef ENTITY IfcRectangleProfileDef
 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