(* 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;
|
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00