ENTITY IfcSurfaceReinforcementArea

(* SCHEMA IFC4; *)
ENTITY IfcSurfaceReinforcementArea
 SUBTYPE OF (IfcStructuralLoadOrResult);
	SurfaceReinforcement1 : OPTIONAL LIST [2:3] OF IfcLengthMeasure;
	SurfaceReinforcement2 : OPTIONAL LIST [2:3] OF IfcLengthMeasure;
	ShearReinforcement : OPTIONAL IfcRatioMeasure;
 WHERE
	SurfaceAndOrShearAreaSpecified : EXISTS(SurfaceReinforcement1) OR EXISTS(SurfaceReinforcement2) OR EXISTS(ShearReinforcement);
	NonnegativeArea1 : (NOT EXISTS(SurfaceReinforcement1)) OR (
    (SurfaceReinforcement1[1] >= 0.) AND
    (SurfaceReinforcement1[2] >= 0.) AND
    ((SIZEOF(SurfaceReinforcement1) = 1) OR (SurfaceReinforcement1[1] >= 0.))
);
	NonnegativeArea2 : (NOT EXISTS(SurfaceReinforcement2)) OR (
    (SurfaceReinforcement2[1] >= 0.) AND
    (SurfaceReinforcement2[2] >= 0.) AND
    ((SIZEOF(SurfaceReinforcement2) = 1) OR (SurfaceReinforcement2[1] >= 0.))
);
	NonnegativeArea3 : (NOT EXISTS(ShearReinforcement)) OR (ShearReinforcement >= 0.);
END_ENTITY;

Explicit Attributes

Entity IfcSurfaceReinforcementArea has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcStructuralLoad
 SurfaceReinforcement1LIST OF IfcLengthMeasure (REAL)IfcSurfaceReinforcementArea
 SurfaceReinforcement2LIST OF IfcLengthMeasure (REAL)IfcSurfaceReinforcementArea
 ShearReinforcementIfcRatioMeasure (REAL)IfcSurfaceReinforcementArea

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcSurfaceReinforcementArea inherits from the following supertypes:
  IfcStructuralLoad
    IfcStructuralLoadOrResult

Subtypes

    No subtypes

Referenced By

Entity IfcSurfaceReinforcementArea and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcStructuralActivity ENTITY IfcStructuralLoad
 IfcStructuralLoad ENTITY IfcStructuralLoadOrResult
 IfcStructuralLoadConfiguration ENTITY IfcStructuralLoadOrResult
 IfcStructuralLoadOrResult ENTITY IfcSurfaceReinforcementArea


[Top Level Definitions] [Exit]

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