8.12.3.12 IfcExternallyDefinedSurfaceStyle
8.12.3.12.1 Semantic definition
IfcExternallyDefinedSurfaceStyle is a definition of a surface style through referencing an external source, such as a material library for rendering information.
In order to achieve expected results, the externally defined surface style should normally only be given in addition to an explicitly defined surface styles. New entity in IFC2x2. The spelling has been corrected from IfcExternallyDefinedSufaceStyle with no upward compatibility.8.12.3.12.2 Entity inheritance
8.12.3.12.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcExternalReference (4) | |||
1 | Location | OPTIONAL IfcURIReference |
Location, where the external source (classification, document or library) can be accessed by electronic means. The electronic location is provided as an URI, and would normally be given as an URL location string. The data type has been changed from IfcLabel to IfcURIReference . |
2 | Identification | OPTIONAL IfcIdentifier |
The Identification provides a unique identifier of the referenced item within the external source (classification, document or library). It may be provided as * a key, e.g. a classification notation, like NF2.3 * a handle * a uuid or guid It may be human readable (such as a key) or not (such as a handle or uuid) depending on the context of its usage (which has to be determined by local agreement). Attribute renamed from ItemReference for consistency. |
3 | Name | OPTIONAL IfcLabel |
Optional name to further specify the reference. It can provide a human readable identifier (which does not necessarily need to have a counterpart in the internal structure of the document). |
ExternalReferenceForResources | SET [0:?] OF IfcExternalReferenceRelationship FOR RelatingReference |
Reference to all associations between this external reference and objects within the IfcResourceObjectSelect that are tagged by the external reference. New inverse attribute added with upward compatibility. |
8.12.3.12.4 Formal representation
ENTITY IfcExternallyDefinedSurfaceStyle
SUBTYPE OF (IfcExternalReference);
END_ENTITY;