Interface IIfcSurfaceTexture
Readonly interface for IfcSurfaceTexture
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSurfaceTexture : IIfcPresentationItem, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsMappedBy
Declaration
IEnumerable<IIfcTextureCoordinate> IsMappedBy { get; }
Property Value
|
Improve this Doc
View Source
Mode
Declaration
IfcIdentifier? Mode { get; set; }
Property Value
|
Improve this Doc
View Source
Parameter
Declaration
IItemSet<IfcIdentifier> Parameter { get; }
Property Value
|
Improve this Doc
View Source
RepeatS
Declaration
IfcBoolean RepeatS { get; set; }
Property Value
|
Improve this Doc
View Source
RepeatT
Declaration
IfcBoolean RepeatT { get; set; }
Property Value
|
Improve this Doc
View Source
TextureTransform
Declaration
IIfcCartesianTransformationOperator2D TextureTransform { get; set; }
Property Value
|
Improve this Doc
View Source
UsedInStyles
Declaration
IEnumerable<IIfcSurfaceStyleWithTextures> UsedInStyles { get; }
Property Value