ENTITY IfcTShapeProfileDef

(* SCHEMA IFC2X3; *)
ENTITY IfcTShapeProfileDef
 SUBTYPE OF (IfcParameterizedProfileDef);
	Depth : IfcPositiveLengthMeasure;
	FlangeWidth : IfcPositiveLengthMeasure;
	WebThickness : IfcPositiveLengthMeasure;
	FlangeThickness : IfcPositiveLengthMeasure;
	FilletRadius : OPTIONAL IfcPositiveLengthMeasure;
	FlangeEdgeRadius : OPTIONAL IfcPositiveLengthMeasure;
	WebEdgeRadius : OPTIONAL IfcPositiveLengthMeasure;
	WebSlope : OPTIONAL IfcPlaneAngleMeasure;
	FlangeSlope : OPTIONAL IfcPlaneAngleMeasure;
	CentreOfGravityInY : OPTIONAL IfcPositiveLengthMeasure;
 WHERE
	WR1 : FlangeThickness < Depth;
	WR2 : WebThickness < FlangeWidth;
END_ENTITY;

Explicit Attributes

Entity IfcTShapeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 PositionIfcAxis2Placement2D (ENTITY)IfcParameterizedProfileDef
 DepthIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeWidthIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 WebThicknessIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeThicknessIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FilletRadiusIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 FlangeEdgeRadiusIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 WebEdgeRadiusIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef
 WebSlopeIfcPlaneAngleMeasure (REAL)IfcTShapeProfileDef
 FlangeSlopeIfcPlaneAngleMeasure (REAL)IfcTShapeProfileDef
 CentreOfGravityInYIfcPositiveLengthMeasure (REAL)IfcTShapeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcTShapeProfileDef inherits from the following supertypes:
  IfcProfileDef
    IfcParameterizedProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcTShapeProfileDef 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 IfcTShapeProfileDef
 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:21:13-04:00