ENTITY IfcColourRgb

(* SCHEMA IFC4; *)
ENTITY IfcColourRgb
 SUBTYPE OF (IfcColourSpecification);
	Red : IfcNormalisedRatioMeasure;
	Green : IfcNormalisedRatioMeasure;
	Blue : IfcNormalisedRatioMeasure;
END_ENTITY;

Explicit Attributes

Entity IfcColourRgb has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcColourSpecification
 RedIfcNormalisedRatioMeasure (REAL)IfcColourRgb
 GreenIfcNormalisedRatioMeasure (REAL)IfcColourRgb
 BlueIfcNormalisedRatioMeasure (REAL)IfcColourRgb

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcColourRgb inherits from the following supertypes:
  IfcPresentationItem
    IfcColourSpecification

Subtypes

    No subtypes

Referenced By

Entity IfcColourRgb and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcColour SELECT IfcColourSpecification
 IfcColourOrFactor SELECT IfcColourRgb
 IfcColourSpecification ENTITY IfcColourRgb
 IfcLightSource ENTITY IfcColourRgb
 IfcLightSourceGoniometric ENTITY IfcColourRgb
 IfcPresentationItem ENTITY IfcColourSpecification
 IfcSurfaceStyleLighting ENTITY IfcColourRgb
 IfcSurfaceStyleShading ENTITY IfcColourRgb


[Top Level Definitions] [Exit]

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