ENTITY IfcStructuralLoadConfiguration

(* SCHEMA IFC4; *)
ENTITY IfcStructuralLoadConfiguration
 SUBTYPE OF (IfcStructuralLoad);
	Values : LIST [1:?] OF IfcStructuralLoadOrResult;
	Locations : OPTIONAL LIST [1:?] OF UNIQUE LIST [1:2] OF IfcLengthMeasure;
 WHERE
	ValidListSize : NOT EXISTS(Locations) OR (SIZEOF(Locations) = SIZEOF(Values));
END_ENTITY;

Explicit Attributes

Entity IfcStructuralLoadConfiguration has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcStructuralLoad
 ValuesLIST OF IfcStructuralLoadOrResult (ENTITY)IfcStructuralLoadConfiguration
 LocationsLIST OF LIST OF IfcLengthMeasure (REAL)IfcStructuralLoadConfiguration

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcStructuralLoadConfiguration inherits from the following supertypes:
  IfcStructuralLoad

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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