ENTITY IfcGeneralProfileProperties

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcGeneralProfileProperties
 SUPERTYPE OF (ONEOF
	(IfcStructuralProfileProperties))
 SUBTYPE OF (IfcProfileProperties);
	PhysicalWeight : OPTIONAL IfcMassPerLengthMeasure;
	Perimeter : OPTIONAL IfcPositiveLengthMeasure;
	MinimumPlateThickness : OPTIONAL IfcPositiveLengthMeasure;
	MaximumPlateThickness : OPTIONAL IfcPositiveLengthMeasure;
	CrossSectionArea : OPTIONAL IfcAreaMeasure;
 WHERE
	WR1 : NOT(EXISTS(CrossSectionArea)) OR (CrossSectionArea > 0);
END_ENTITY;

Explicit Attributes

Entity IfcGeneralProfileProperties has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileNameIfcLabel (STRING)IfcProfileProperties
 ProfileDefinitionIfcProfileDef (ENTITY)IfcProfileProperties
 PhysicalWeightIfcMassPerLengthMeasure (REAL)IfcGeneralProfileProperties
 PerimeterIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 MinimumPlateThicknessIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 MaximumPlateThicknessIfcPositiveLengthMeasure (REAL)IfcGeneralProfileProperties
 CrossSectionAreaIfcAreaMeasure (REAL)IfcGeneralProfileProperties

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcGeneralProfileProperties inherits from the following supertypes:
  IfcProfileProperties

Subtypes

Entity IfcGeneralProfileProperties has the following subtypes:
    IfcStructuralProfileProperties*
    IfcStructuralSteelProfileProperties
* - Immediate Subtypes

Referenced By

Entity IfcGeneralProfileProperties and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcProfileProperties ENTITY IfcGeneralProfileProperties
 IfcRelAssociatesProfileProperties ENTITY IfcProfileProperties


[Top Level Definitions] [Exit]

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