Interface IPhongMaterial
Assembly: Xbim.Ifc4.dll
Syntax
public interface IPhongMaterial
Properties
|
Improve this Doc
View Source
AmbientColour
Declaration
RgbaColour AmbientColour { get; set; }
Property Value
|
Improve this Doc
View Source
DiffuseColour
Declaration
RgbaColour DiffuseColour { get; set; }
Property Value
|
Improve this Doc
View Source
DiffuseMap
Declaration
IIfcPixelTexture DiffuseMap { get; set; }
Property Value
|
Improve this Doc
View Source
DisplacementMap
Declaration
IIfcPixelTexture DisplacementMap { get; set; }
Property Value
|
Improve this Doc
View Source
EmissiveColour
Declaration
RgbaColour EmissiveColour { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
NormalMap
Declaration
IIfcPixelTexture NormalMap { get; set; }
Property Value
|
Improve this Doc
View Source
SpecularColour
Declaration
RgbaColour SpecularColour { get; set; }
Property Value
|
Improve this Doc
View Source
SpecularShininess
Declaration
double SpecularShininess { get; set; }
Property Value
| Type |
Description |
| System.Double |
|