ENTITY IfcCShapeProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcCShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	Depth : IfcPositiveLengthMeasure;
	Width : IfcPositiveLengthMeasure;
	WallThickness : IfcPositiveLengthMeasure;
	Girth : IfcPositiveLengthMeasure;
	InternalFilletRadius : OPTIONAL IfcNonNegativeLengthMeasure;
 WHERE
	ValidGirth : Girth < (Depth / 2.);
	ValidInternalFilletRadius : NOT(EXISTS(InternalFilletRadius)) OR
((InternalFilletRadius <= Width/2. - WallThickness) AND (InternalFilletRadius <= Depth/2. - WallThickness));
	ValidWallThickness : (WallThickness < Width/2.) AND (WallThickness < Depth/2.);
END_ENTITY;

Explicit Attributes

Entity IfcCShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 PositionIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 DepthIfcPositiveLengthMeasure (REAL)IfcCShapeProfileDef
 WidthIfcPositiveLengthMeasure (REAL)IfcCShapeProfileDef
 WallThicknessIfcPositiveLengthMeasure (REAL)IfcCShapeProfileDef
 GirthIfcPositiveLengthMeasure (REAL)IfcCShapeProfileDef
 InternalFilletRadiusIfcNonNegativeLengthMeasure (REAL)IfcCShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcCShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcCShapeProfileDef 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 IfcCShapeProfileDef
 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