Class Ifc2x3::IfcBlobTexture

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcBlobTexture : public Ifc2x3::IfcSurfaceTexture

An IfcBlobTexture provides a 2-dimensional distribution of the lighting parameters of a surface onto which it is mapped. The texture itself is given as a single binary blob, representing the content of a pixel format file. The file format of the pixel file is given by the RasterFormat attribute and allowable formats are guided by where rule SupportedRasterFormat.

NOTE Toolbox specific implementations of the binary datatype may restrict the maximum length of the binary blob to capture the raster file content.

For interpretation of the texture nodes see IfcImageTexture definition.

HISTORY New class in IFC2x3.

IFC2x4 CHANGE Data type of RasterCode has been corrected to BINARY.

Public Types

typedef IfcTemplatedEntityList<IfcBlobTexture> list

Public Functions

std::string RasterFormat() const

The format of the RasterCode often using a compression.

void setRasterFormat(std::string v)
bool RasterCode() const

Blob, given as a single binary, to capture the texture within one popular file (compression) format. The file format is provided by the RasterFormat attribute.

void setRasterCode(bool v)
const IfcParse::entity &declaration() const
IfcBlobTexture(IfcEntityInstanceData *e)
IfcBlobTexture(bool v1_RepeatS, bool v2_RepeatT, ::Ifc2x3::IfcSurfaceTextureEnum::Value v3_TextureType, ::Ifc2x3::IfcCartesianTransformationOperator2D *v4_TextureTransform, std::string v5_RasterFormat, bool v6_RasterCode)

Public Static Functions

const IfcParse::entity &Class()