Class Ifc2x3::IfcFillAreaStyleTiles

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcFillAreaStyleTiles : public Ifc2x3::IfcGeometricRepresentationItem

Definition from ISO/CD 10303-46:1992: The fill area style tiles defines a two dimensional tile to be used for the filling of annotation fill areas or other closed regions. The content of a tile is defined by the tile set, and the placement of each tile determined by the filling pattern which indicates how to place tiles next to each other. Tiles or parts of tiles outside of the annotation fill area or closed region shall be clipped at the of the area or region.

NOTE Corresponding ISO 10303 name: fill_area_style_tiles. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New entity in IFC2x2.

Public Types

typedef IfcTemplatedEntityList<IfcFillAreaStyleTiles> list

Public Functions

::Ifc2x3::IfcOneDirectionRepeatFactor *TilingPattern() const

A two direction repeat factor defining the shape and relative positioning of the tiles.

void setTilingPattern(::Ifc2x3::IfcOneDirectionRepeatFactor *v)
IfcEntityList::ptr Tiles() const

A set of constituents of the tile.

void setTiles(IfcEntityList::ptr v)
double TilingScale() const

The scale factor applied to each tile as it is placed in the annotation fill area.

void setTilingScale(double v)
const IfcParse::entity &declaration() const
IfcFillAreaStyleTiles(IfcEntityInstanceData *e)
IfcFillAreaStyleTiles(::Ifc2x3::IfcOneDirectionRepeatFactor *v1_TilingPattern, IfcEntityList::ptr v2_Tiles, double v3_TilingScale)

Public Static Functions

const IfcParse::entity &Class()