ENTITY IfcDoorPanelProperties
(* SCHEMA IFC4; *)
ENTITY IfcDoorPanelProperties
SUBTYPE OF (IfcPreDefinedPropertySet);
PanelDepth : OPTIONAL IfcPositiveLengthMeasure;
PanelOperation : IfcDoorPanelOperationEnum;
PanelWidth : OPTIONAL IfcNormalisedRatioMeasure;
PanelPosition : IfcDoorPanelPositionEnum;
ShapeAspectStyle : OPTIONAL IfcShapeAspect;
WHERE
ApplicableToType : (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 IfcDoorPanelProperties has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcDoorPanelProperties has the following local and inherited inverse attributes:
Supertypes
Entity IfcDoorPanelProperties inherits from the following supertypes:
IfcRoot
IfcPropertyDefinition
IfcPropertySetDefinition
IfcPreDefinedPropertySet
Subtypes
No subtypesReferenced By
Entity IfcDoorPanelProperties and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:42-04:00