ENTITY IfcBlobTexture

(* SCHEMA IFC4; *)
ENTITY IfcBlobTexture
 SUBTYPE OF (IfcSurfaceTexture);
	RasterFormat : IfcIdentifier;
	RasterCode : IfcBinary;
 WHERE
	SupportedRasterFormat : SELF.RasterFormat IN ['BMP', 'JPG', 'GIF', 'PNG'];
	RasterCodeByteStream : BLENGTH(RasterCode) MOD 8 = 0;
END_ENTITY;

Explicit Attributes

Entity IfcBlobTexture has the following local and inherited explicit attributes:
AttributeTypeDefined By
 RepeatSIfcBoolean (BOOLEAN)IfcSurfaceTexture
 RepeatTIfcBoolean (BOOLEAN)IfcSurfaceTexture
 ModeIfcIdentifier (STRING)IfcSurfaceTexture
 TextureTransformIfcCartesianTransformationOperator2D (ENTITY)IfcSurfaceTexture
 PARAMETERLIST OF IfcIdentifier (STRING)IfcSurfaceTexture
 RasterFormatIfcIdentifier (STRING)IfcBlobTexture
 RasterCodeIfcBinary (BINARY)IfcBlobTexture

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcBlobTexture has the following local and inherited inverse attributes:
AttributeTypeDefined By
 IsMappedBySET OF IfcTextureCoordinate (ENTITY)IfcSurfaceTexture
 UsedInStylesSET OF IfcSurfaceStyleWithTextures (ENTITY)IfcSurfaceTexture

Supertypes

Entity IfcBlobTexture inherits from the following supertypes:
  IfcPresentationItem
    IfcSurfaceTexture

Subtypes

    No subtypes

Referenced By

Entity IfcBlobTexture and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcPresentationItem ENTITY IfcSurfaceTexture
 IfcSurfaceStyleWithTextures ENTITY IfcSurfaceTexture
 IfcSurfaceTexture ENTITY IfcBlobTexture
 IfcTextureCoordinate ENTITY IfcSurfaceTexture


[Top Level Definitions] [Exit]

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