ENTITY IfcSurfaceTexture

(* SCHEMA IFC4; *)
ENTITY IfcSurfaceTexture
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcBlobTexture
    ,IfcImageTexture
    ,IfcPixelTexture))
 SUBTYPE OF (IfcPresentationItem);
	RepeatS : IfcBoolean;
	RepeatT : IfcBoolean;
	Mode : OPTIONAL IfcIdentifier;
	TextureTransform : OPTIONAL IfcCartesianTransformationOperator2D;
	Parameter : OPTIONAL LIST [1:?] OF IfcIdentifier;
 INVERSE
	IsMappedBy : SET [0:?] OF IfcTextureCoordinate FOR Maps;
	UsedInStyles : SET [0:?] OF IfcSurfaceStyleWithTextures FOR Textures;
END_ENTITY;

Explicit Attributes

Entity IfcSurfaceTexture 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

Derived Attributes

    No derived attributes

Inverse Attributes

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

Supertypes

Entity IfcSurfaceTexture inherits from the following supertypes:
  IfcPresentationItem

Subtypes

Entity IfcSurfaceTexture has the following subtypes:
    IfcBlobTexture*
    IfcImageTexture*
    IfcPixelTexture*
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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