ENTITY IfcStructuralSteelProfileProperties

(* SCHEMA IFC2X3; *)
ENTITY IfcStructuralSteelProfileProperties
 SUBTYPE OF (IfcStructuralProfileProperties);
	ShearAreaZ : OPTIONAL IfcAreaMeasure;
	ShearAreaY : OPTIONAL IfcAreaMeasure;
	PlasticShapeFactorY : OPTIONAL IfcPositiveRatioMeasure;
	PlasticShapeFactorZ : OPTIONAL IfcPositiveRatioMeasure;
 WHERE
	WR31 : NOT(EXISTS(ShearAreaY)) OR (ShearAreaY >= 0.);
	WR32 : NOT(EXISTS(ShearAreaZ)) OR (ShearAreaZ >= 0.);
END_ENTITY;

Explicit Attributes

Entity IfcStructuralSteelProfileProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileNameIfcLabel (STRING)IfcProfileProperties
 ProfileDefinitionIfcProfileDef (ENTITY)IfcProfileProperties
 PhysicalWeightIfcMassPerLengthMeasure (REAL)IfcGeneralProfileProperties
 PerimeterIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 MinimumPlateThicknessIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 MaximumPlateThicknessIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 CrossSectionAreaIfcAreaMeasure (REAL)IfcGeneralProfileProperties
 TorsionalConstantXIfcMomentOfInertiaMeasure (REAL)IfcStructuralProfileProperties
 MomentOfInertiaYZIfcMomentOfInertiaMeasure (REAL)IfcStructuralProfileProperties
 MomentOfInertiaYIfcMomentOfInertiaMeasure (REAL)IfcStructuralProfileProperties
 MomentOfInertiaZIfcMomentOfInertiaMeasure (REAL)IfcStructuralProfileProperties
 WarpingConstantIfcWarpingConstantMeasure (REAL)IfcStructuralProfileProperties
 ShearCentreZIfcLengthMeasure (REAL)IfcStructuralProfileProperties
 ShearCentreYIfcLengthMeasure (REAL)IfcStructuralProfileProperties
 ShearDeformationAreaZIfcAreaMeasure (REAL)IfcStructuralProfileProperties
 ShearDeformationAreaYIfcAreaMeasure (REAL)IfcStructuralProfileProperties
 MaximumSectionModulusYIfcSectionModulusMeasure (REAL)IfcStructuralProfileProperties
 MinimumSectionModulusYIfcSectionModulusMeasure (REAL)IfcStructuralProfileProperties
 MaximumSectionModulusZIfcSectionModulusMeasure (REAL)IfcStructuralProfileProperties
 MinimumSectionModulusZIfcSectionModulusMeasure (REAL)IfcStructuralProfileProperties
 TorsionalSectionModulusIfcSectionModulusMeasure (REAL)IfcStructuralProfileProperties
 CentreOfGravityInXIfcLengthMeasure (REAL)IfcStructuralProfileProperties
 CentreOfGravityInYIfcLengthMeasure (REAL)IfcStructuralProfileProperties
 ShearAreaZIfcAreaMeasure (REAL)IfcStructuralSteelProfileProperties
 ShearAreaYIfcAreaMeasure (REAL)IfcStructuralSteelProfileProperties
 PlasticShapeFactorYIfcPositiveRatioMeasure (REAL)IfcStructuralSteelProfileProperties
 PlasticShapeFactorZIfcPositiveRatioMeasure (REAL)IfcStructuralSteelProfileProperties

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcStructuralSteelProfileProperties inherits from the following supertypes:
  IfcProfileProperties
    IfcGeneralProfileProperties
      IfcStructuralProfileProperties

Subtypes

    No subtypes

Referenced By

Entity IfcStructuralSteelProfileProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcGeneralProfileProperties ENTITY IfcStructuralProfileProperties
 IfcProfileProperties ENTITY IfcGeneralProfileProperties
 IfcRelAssociatesProfileProperties ENTITY IfcProfileProperties
 IfcStructuralProfileProperties ENTITY IfcStructuralSteelProfileProperties


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00