ENTITY IfcDoorPanelProperties

(* SCHEMA IFC2X3; *)
ENTITY IfcDoorPanelProperties
 SUBTYPE OF (IfcPropertySetDefinition);
	PanelDepth : OPTIONAL IfcPositiveLengthMeasure;
	PanelOperation : IfcDoorPanelOperationEnum;
	PanelWidth : OPTIONAL IfcNormalisedRatioMeasure;
	PanelPosition : IfcDoorPanelPositionEnum;
	ShapeAspectStyle : OPTIONAL IfcShapeAspect;
 WHERE
	WR31 : EXISTS(SELF\IfcPropertySetDefinition.DefinesType[1]) AND 
             ('IFC2X3.IFCDOORSTYLE' IN TYPEOF(SELF\IfcPropertySetDefinition.DefinesType[1]));
END_ENTITY;

Explicit Attributes

Entity IfcDoorPanelProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 GlobalIdIfcGloballyUniqueId (STRING)IfcRoot
 OwnerHistoryIfcOwnerHistory (ENTITY)IfcRoot
 NameIfcLabel (STRING)IfcRoot
 DescriptionIfcText (STRING)IfcRoot
 PanelDepthIfcPositiveLengthMeasure (REAL)IfcDoorPanelProperties
 PanelOperationIfcDoorPanelOperationEnum (ENUM)IfcDoorPanelProperties
 PanelWidthIfcNormalisedRatioMeasure (REAL)IfcDoorPanelProperties
 PanelPositionIfcDoorPanelPositionEnum (ENUM)IfcDoorPanelProperties
 ShapeAspectStyleIfcShapeAspect (ENTITY)IfcDoorPanelProperties

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDoorPanelProperties 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 IfcDoorPanelProperties inherits from the following supertypes:
  IfcRoot
    IfcPropertyDefinition
      IfcPropertySetDefinition

Subtypes

    No subtypes

Referenced By

Entity IfcDoorPanelProperties 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 IfcDoorPanelProperties
 IfcProxy ENTITY IfcRoot
 IfcRelAssociates ENTITY IfcRoot
 IfcRelDefinesByProperties ENTITY IfcPropertySetDefinition
 IfcRoot ENTITY IfcPropertyDefinition
 IfcTask ENTITY IfcRoot
 IfcTypeObject ENTITY IfcRoot
 IfcTypeObject ENTITY IfcPropertySetDefinition
 IfcWindowLiningProperties ENTITY IfcPropertySetDefinition


[Top Level Definitions] [Exit]

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