ENTITY IfcWaterProperties

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcWaterProperties
 SUBTYPE OF (IfcMaterialProperties);
	IsPotable : OPTIONAL BOOLEAN;
	Hardness : OPTIONAL IfcIonConcentrationMeasure;
	AlkalinityConcentration : OPTIONAL IfcIonConcentrationMeasure;
	AcidityConcentration : OPTIONAL IfcIonConcentrationMeasure;
	ImpuritiesContent : OPTIONAL IfcNormalisedRatioMeasure;
	PHLevel : OPTIONAL IfcPHMeasure;
	DissolvedSolidsContent : OPTIONAL IfcNormalisedRatioMeasure;
 UNIQUE
	UR11 : Material;
END_ENTITY;

Explicit Attributes

Entity IfcWaterProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 MaterialIfcMaterial (ENTITY)IfcMaterialProperties
 IsPotableBOOLEANIfcWaterProperties
 HardnessIfcIonConcentrationMeasure (REAL)IfcWaterProperties
 AlkalinityConcentrationIfcIonConcentrationMeasure (REAL)IfcWaterProperties
 AcidityConcentrationIfcIonConcentrationMeasure (REAL)IfcWaterProperties
 ImpuritiesContentIfcNormalisedRatioMeasure (REAL)IfcWaterProperties
 PHLevelIfcPHMeasure (REAL)IfcWaterProperties
 DissolvedSolidsContentIfcNormalisedRatioMeasure (REAL)IfcWaterProperties

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcWaterProperties inherits from the following supertypes:
  IfcMaterialProperties

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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