buildingSMART / buildingSMART/IFC4.x-development

Standardisation of colour properties

Open
#453 2 comments 0 reactions 0 assignees View on GitHub
allocated allocated-core allocated-mepf ifc-update-out
Dominant language
Python
Stars
234
Forks
123
Avg merge
15h 4m
Merged PRs (30d)
5

Description

A luminaire control register typically contains the colour of the light fitting. I was looking for the appropriate property to put this in and found a lot of colour properties (but none for IfcLightFixture) that I think could be consolidated.

For example, an IfcAirTerminal has a "FinishColour" which seems similar to what I'm after.

However, an IfcShadingDevice has a "SurfaceColour" which seems suspiciously similar too.

IfcFireSuppressionTerminal/FIREHYDRANT separates BodyColour and CapColour.

IfcCableSegment/FIBERTUBE has FiberTubeColour which is actually an enum of colours.

My gut feel is that similar to how a common element property set can exist for dimensions (length, width, height, diameter) there can also be a similar common property set for all elements for a simple colour label.

This luminaire control register would find a "colour" property useful. Architectural finish schedules would also find it useful.

Then of course there is the debate whether or not it is semantically correct to have a property describing colour (e.g. typically as a schedulable property) which may contradict the surface style. I think that's OK, but others may disagree.

Here is a list of all properties with "Colour" in their name:

* BodyColour - colour of the body of a fire hydrant
* BulbLiquidColour - enum of colour of the liquid in fire sprinkler bulbs
* CapColour - cap colour of fire hydrant.
* Colour - incorrectly given the description of "Stratum colour", it seems to randomly be used in a number of psets including pipe fittings/segments, sanitary terminals, and duct fittings/segments but nothing else. Weird.
* ColourAppearance - I think
* ColourCode - Connector colour of a distribution port. I'm not an MEP guy, so I'm not 100% sure about what this exactly is.
* ColourRenderingIndex - a lamp CRI value, looks good to me
* ColourTemperature - temperature in Kelvin for a lamp, looks good to me
* ConnectorAColour - specifically for cable segment connectors. Maybe an MEP expert can review this?
* ConnectorBColour - specifically for cable segment connectors. Maybe an MEP expert can review this?
* FiberColour - for an IfcCableSegment/FIBERSEGMENT it's the colour of a single fibre.
* FiberTubeColour - for an IfcCableSegment/FIBERTUBE it's the colour of a single fibre tube.
* FinishColour - the finish colour, suspiciously only applicable to air terminals and cooled beams.
* GlassColour - glass colour for door window glazing
* JacketColour - colour of a cable fitting jacket for certain types of cables and cable segments. Seems to be duplicated in a number of psets (e.g. applies both to IfcCableSegment and IfcCableSegment/OPTICALCABLESEGMENT - so as a user, where should I look? Seems confusing)
* MainColour - main colour only applicable to a furniture
* MaterialColour - colour of road marking (road linework, symbols, etc)
* SheathColours - enum of sheath colours for IfcCableSegment/CORESEGMENT. At this point, I really think an MEP person should review the colours and whether jacket / sheath / tube can be consolidated.
* StratumColour - stratum colour that only applies to IfcGeotechnicalStratum
* SurfaceColour - surface colour that suspiciously only applies to IfcShadingDevice. Weird.

Happy to put forward a proposal, but before I do I thought I'd post this summary of the current situation so others can comment.

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the issue's inventory of IFC properties containing "Colour", especially Colour, FinishColour, SurfaceColour, BodyColour, CapColour, JacketColour, SheathColours, FiberColour, and FiberTubeColour. A completed proposal would establish whether a shared colour property is appropriate, clarify which existing properties should remain or be consolidated, and address the semantic distinction from surface style.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.