ENTITY IfcMechanicalSteelMaterialProperties

(* SCHEMA IFC2X3; *)
ENTITY IfcMechanicalSteelMaterialProperties
 SUBTYPE OF (IfcMechanicalMaterialProperties);
	YieldStress : OPTIONAL IfcPressureMeasure;
	UltimateStress : OPTIONAL IfcPressureMeasure;
	UltimateStrain : OPTIONAL IfcPositiveRatioMeasure;
	HardeningModule : OPTIONAL IfcModulusOfElasticityMeasure;
	ProportionalStress : OPTIONAL IfcPressureMeasure;
	PlasticStrain : OPTIONAL IfcPositiveRatioMeasure;
	Relaxations : OPTIONAL SET [1:?] OF IfcRelaxation;
 WHERE
	WR31 : NOT(EXISTS(YieldStress)) OR (YieldStress >= 0.);
	WR32 : NOT(EXISTS(UltimateStress)) OR (UltimateStress >= 0.);
	WR33 : NOT(EXISTS(HardeningModule)) OR (HardeningModule >= 0.);
	WR34 : NOT(EXISTS(ProportionalStress)) OR (ProportionalStress >= 0.);
END_ENTITY;

Explicit Attributes

Entity IfcMechanicalSteelMaterialProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 MaterialIfcMaterial (ENTITY)IfcMaterialProperties
 DynamicViscosityIfcDynamicViscosityMeasure (REAL)IfcMechanicalMaterialProperties
 YoungModulusIfcModulusOfElasticityMeasure (REAL)IfcMechanicalMaterialProperties
 ShearModulusIfcModulusOfElasticityMeasure (REAL)IfcMechanicalMaterialProperties
 PoissonRatioIfcPositiveRatioMeasure (REAL)IfcMechanicalMaterialProperties
 ThermalExpansionCoefficientIfcThermalExpansionCoefficientMeasure (REAL)IfcMechanicalMaterialProperties
 YieldStressIfcPressureMeasure (REAL)IfcMechanicalSteelMaterialProperties
 UltimateStressIfcPressureMeasure (REAL)IfcMechanicalSteelMaterialProperties
 UltimateStrainIfcPositiveRatioMeasure (REAL)IfcMechanicalSteelMaterialProperties
 HardeningModuleIfcModulusOfElasticityMeasure (REAL)IfcMechanicalSteelMaterialProperties
 ProportionalStressIfcPressureMeasure (REAL)IfcMechanicalSteelMaterialProperties
 PlasticStrainIfcPositiveRatioMeasure (REAL)IfcMechanicalSteelMaterialProperties
 RelaxationsSET OF IfcRelaxation (ENTITY)IfcMechanicalSteelMaterialProperties

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcMechanicalSteelMaterialProperties inherits from the following supertypes:
  IfcMaterialProperties
    IfcMechanicalMaterialProperties

Subtypes

    No subtypes

Referenced By

Entity IfcMechanicalSteelMaterialProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMaterialProperties ENTITY IfcMechanicalMaterialProperties
 IfcMechanicalMaterialProperties ENTITY IfcMechanicalSteelMaterialProperties


[Top Level Definitions] [Exit]

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