ENTITY IfcDoorLiningProperties

(* SCHEMA IFC4; *)
ENTITY IfcDoorLiningProperties
 SUBTYPE OF (IfcPreDefinedPropertySet);
	LiningDepth : OPTIONAL IfcPositiveLengthMeasure;
	LiningThickness : OPTIONAL IfcNonNegativeLengthMeasure;
	ThresholdDepth : OPTIONAL IfcPositiveLengthMeasure;
	ThresholdThickness : OPTIONAL IfcNonNegativeLengthMeasure;
	TransomThickness : OPTIONAL IfcNonNegativeLengthMeasure;
	TransomOffset : OPTIONAL IfcLengthMeasure;
	LiningOffset : OPTIONAL IfcLengthMeasure;
	ThresholdOffset : OPTIONAL IfcLengthMeasure;
	CasingThickness : OPTIONAL IfcPositiveLengthMeasure;
	CasingDepth : OPTIONAL IfcPositiveLengthMeasure;
	ShapeAspectStyle : OPTIONAL IfcShapeAspect;
	LiningToPanelOffsetX : OPTIONAL IfcLengthMeasure;
	LiningToPanelOffsetY : OPTIONAL IfcLengthMeasure;
 WHERE
	WR31 : NOT(EXISTS(LiningDepth) AND NOT(EXISTS(LiningThickness)));
	WR32 : NOT(EXISTS(ThresholdDepth) AND NOT(EXISTS(ThresholdThickness)));
	WR33 : (EXISTS(TransomOffset) AND EXISTS(TransomThickness)) XOR
(NOT(EXISTS(TransomOffset)) AND NOT(EXISTS(TransomThickness)));
	WR34 : (EXISTS(CasingDepth) AND EXISTS(CasingThickness)) XOR
(NOT(EXISTS(CasingDepth)) AND NOT(EXISTS(CasingThickness)));
	WR35 : (EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1])) 
AND 
(
 ('IFC4.IFCDOORTYPE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1]))
  OR
 ('IFC4.IFCDOORSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1]))
);
END_ENTITY;

Explicit Attributes

Entity IfcDoorLiningProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 LiningDepthIfcPositiveLengthMeasure (REAL)IfcDoorLiningProperties
 LiningThicknessIfcNonNegativeLengthMeasure (REAL)IfcDoorLiningProperties
 ThresholdDepthIfcPositiveLengthMeasure (REAL)IfcDoorLiningProperties
 ThresholdThicknessIfcNonNegativeLengthMeasure (REAL)IfcDoorLiningProperties
 TransomThicknessIfcNonNegativeLengthMeasure (REAL)IfcDoorLiningProperties
 TransomOffsetIfcLengthMeasure (REAL)IfcDoorLiningProperties
 LiningOffsetIfcLengthMeasure (REAL)IfcDoorLiningProperties
 ThresholdOffsetIfcLengthMeasure (REAL)IfcDoorLiningProperties
 CasingThicknessIfcPositiveLengthMeasure (REAL)IfcDoorLiningProperties
 CasingDepthIfcPositiveLengthMeasure (REAL)IfcDoorLiningProperties
 ShapeAspectStyleIfcShapeAspect (ENTITY)IfcDoorLiningProperties
 LiningToPanelOffsetXIfcLengthMeasure (REAL)IfcDoorLiningProperties
 LiningToPanelOffsetYIfcLengthMeasure (REAL)IfcDoorLiningProperties

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDoorLiningProperties has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasContextSET OF IfcRelDeclares (ENTITY)IfcPropertyDefinition
 HasAssociationsSET OF IfcRelAssociates (ENTITY)IfcPropertyDefinition
 DefinesTypeSET OF IfcTypeObject (ENTITY)IfcPropertySetDefinition
 IsDefinedBySET OF IfcRelDefinesByTemplate (ENTITY)IfcPropertySetDefinition
 DefinesOccurrenceSET OF IfcRelDefinesByProperties (ENTITY)IfcPropertySetDefinition

Supertypes

Entity IfcDoorLiningProperties inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertySetDefinition
        IfcPreDefinedPropertySet

Subtypes

    No subtypes

Referenced By

Entity IfcDoorLiningProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcBuildingElementProxy ENTITY IfcRoot
 IfcDefinitionSelect SELECT IfcPropertyDefinition
 IfcDoorLiningProperties ENTITY IfcPropertySetDefinition
 IfcDoorPanelProperties ENTITY IfcPropertySetDefinition
 IfcPreDefinedPropertySet ENTITY IfcDoorLiningProperties
 IfcProcedure ENTITY IfcRoot
 IfcProject ENTITY IfcRoot
 IfcPropertyDefinition ENTITY IfcPropertySetDefinition
 IfcPropertySet ENTITY IfcRoot
 IfcPropertySetDefinition ENTITY IfcPreDefinedPropertySet
 IfcPropertySetDefinitionSelect SELECT IfcPropertySetDefinition
 IfcPropertySetDefinitionSet AGGREGATE IfcPropertySetDefinition
 IfcPropertySetTemplate ENTITY IfcRoot
 IfcProxy ENTITY IfcRoot
 IfcRelDefinesByTemplate ENTITY IfcPropertySetDefinition
 IfcRoot ENTITY IfcPropertyDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcPropertySetDefinition
 IfcTypeObject ENTITY IfcRoot
 IfcUniqueDefinitionNames FUNCTION IfcPropertySetDefinition
 IfcUniquePropertySetNames FUNCTION IfcRoot
 IfcUniquePropertySetNames FUNCTION IfcPropertySetDefinition
 IfcWindowLiningProperties ENTITY IfcPropertySetDefinition
 IfcWindowPanelProperties ENTITY IfcPropertySetDefinition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:42-04:00