ENTITY IfcWindowLiningProperties

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcWindowLiningProperties
 SUBTYPE OF (IfcPropertySetDefinition);
	LiningDepth : OPTIONAL IfcPositiveLengthMeasure;
	LiningThickness : OPTIONAL IfcPositiveLengthMeasure;
	TransomThickness : OPTIONAL IfcPositiveLengthMeasure;
	MullionThickness : OPTIONAL IfcPositiveLengthMeasure;
	FirstTransomOffset : OPTIONAL IfcNormalisedRatioMeasure;
	SecondTransomOffset : OPTIONAL IfcNormalisedRatioMeasure;
	FirstMullionOffset : OPTIONAL IfcNormalisedRatioMeasure;
	SecondMullionOffset : OPTIONAL IfcNormalisedRatioMeasure;
	ShapeAspectStyle : OPTIONAL IfcShapeAspect;
 WHERE
	WR1 : (EXISTS(LiningDepth) AND EXISTS(LiningThickness)) XOR
            (NOT(EXISTS(LiningDepth)) AND NOT(EXISTS(LiningThickness)));
END_ENTITY;

Explicit Attributes

Entity IfcWindowLiningProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 LiningDepthIfcPositiveLengthMeasure (REAL)IfcWindowLiningProperties
 LiningThicknessIfcPositiveLengthMeasure (REAL)IfcWindowLiningProperties
 TransomThicknessIfcPositiveLengthMeasure (REAL)IfcWindowLiningProperties
 MullionThicknessIfcPositiveLengthMeasure (REAL)IfcWindowLiningProperties
 FirstTransomOffsetIfcNormalisedRatioMeasure (REAL)IfcWindowLiningProperties
 SecondTransomOffsetIfcNormalisedRatioMeasure (REAL)IfcWindowLiningProperties
 FirstMullionOffsetIfcNormalisedRatioMeasure (REAL)IfcWindowLiningProperties
 SecondMullionOffsetIfcNormalisedRatioMeasure (REAL)IfcWindowLiningProperties
 ShapeAspectStyleIfcShapeAspect (ENTITY)IfcWindowLiningProperties

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcWindowLiningProperties has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcPropertyDefinition
 PropertyDefinitionOfSET OF IfcRelDefinesByProperties (ENTITY)IfcPropertySetDefinition
 DefinesTypeSET OF IfcTypeObject (ENTITY)IfcPropertySetDefinition

Supertypes

Entity IfcWindowLiningProperties inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertySetDefinition

Subtypes

    No subtypes

Referenced By

Entity IfcWindowLiningProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcConditionCriterion ENTITY IfcRoot
 IfcDoorLiningProperties ENTITY IfcPropertySetDefinition
 IfcDoorPanelProperties ENTITY IfcPropertySetDefinition
 IfcMove ENTITY IfcRoot
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertyDefinition ENTITY IfcPropertySetDefinition
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetDefinition ENTITY IfcWindowLiningProperties
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDefinesByProperties ENTITY IfcPropertySetDefinition
 IfcRoot ENTITY IfcPropertyDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcTypeObject ENTITY IfcPropertySetDefinition


[Top Level Definitions] [Exit]

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