ENTITY IfcBlobTexture
(* SCHEMA IFC4; *)
ENTITY IfcBlobTexture
 SUBTYPE OF (IfcSurfaceTexture);
	RasterFormat : IfcIdentifier;
	RasterCode : IfcBinary;
 WHERE
	RasterCodeByteStream : BLENGTH(RasterCode) MOD 8 = 0;
	SupportedRasterFormat : SELF.RasterFormat IN ['BMP', 'JPG', 'GIF', 'PNG'];
END_ENTITY;
Explicit Attributes
Entity IfcBlobTexture has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcBlobTexture has the following local and inherited inverse attributes:
Supertypes
Entity IfcBlobTexture inherits from the following supertypes:
  IfcPresentationItem
    IfcSurfaceTexture
Subtypes
    No subtypesReferenced By
Entity IfcBlobTexture and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:04-04:00