Interface IIfcIndexedColourMap
Readonly interface for IfcIndexedColourMap
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcIndexedColourMap : IIfcPresentationItem, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ColourIndex
Declaration
IItemSet<IfcPositiveInteger> ColourIndex { get; }
Property Value
|
Improve this Doc
View Source
Colours
Declaration
IIfcColourRgbList Colours { get; set; }
Property Value
|
Improve this Doc
View Source
MappedTo
Declaration
IIfcTessellatedFaceSet MappedTo { get; set; }
Property Value
|
Improve this Doc
View Source
Opacity
Declaration
IfcNormalisedRatioMeasure? Opacity { get; set; }
Property Value