Class IfcIndexedColourMap
Inheritance
System.Object
IfcIndexedColourMap
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcIndexedColourMap", 1189)]
public class IfcIndexedColourMap : IfcPresentationItem, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IInstantiableEntity, IIfcIndexedColourMap, IIfcPresentationItem, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcIndexedColourMap>
Properties
|
Improve this Doc
View Source
ColourIndex
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 4)]
public IItemSet<IfcPositiveInteger> ColourIndex { get; }
Property Value
|
Improve this Doc
View Source
Colours
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcColourRgbList Colours { get; set; }
Property Value
|
Improve this Doc
View Source
MappedTo
Declaration
[IndexedProperty]
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcTessellatedFaceSet MappedTo { get; set; }
Property Value
|
Improve this Doc
View Source
Opacity
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcNormalisedRatioMeasure? Opacity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcIndexedColourMap)
Declaration
public bool Equals(IfcIndexedColourMap other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcIndexedColourMap.ColourIndex
Declaration
IItemSet<IfcPositiveInteger> IIfcIndexedColourMap.ColourIndex { get; }
Returns
|
Improve this Doc
View Source
IIfcIndexedColourMap.Colours
Declaration
IIfcColourRgbList IIfcIndexedColourMap.Colours { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIndexedColourMap.MappedTo
Declaration
IIfcTessellatedFaceSet IIfcIndexedColourMap.MappedTo { get; set; }
Returns
|
Improve this Doc
View Source
IIfcIndexedColourMap.Opacity
Declaration
IfcNormalisedRatioMeasure? IIfcIndexedColourMap.Opacity { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>