Class IfcIndexedTextureMap
Inheritance
System.Object
IfcIndexedTextureMap
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcTextureCoordinate>
System.IEquatable<IfcIndexedTextureMap>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.PresentationAppearanceResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcIndexedTextureMap", 1191)]
public abstract class IfcIndexedTextureMap : IfcTextureCoordinate, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcTextureCoordinate>, IIfcIndexedTextureMap, IIfcTextureCoordinate, IIfcPresentationItem, IPersistEntity, IPersist, IEquatable<IfcIndexedTextureMap>
Properties
| Improve this Doc View SourceMappedTo
Declaration
[IndexedProperty]
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcTessellatedFaceSet MappedTo { get; set; }
Property Value
Type | Description |
---|---|
IfcTessellatedFaceSet |
TexCoords
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcTextureVertexList TexCoords { get; set; }
Property Value
Type | Description |
---|---|
IfcTextureVertexList |
Methods
| Improve this Doc View SourceEquals(IfcIndexedTextureMap)
Declaration
public bool Equals(IfcIndexedTextureMap other)
Parameters
Type | Name | Description |
---|---|---|
IfcIndexedTextureMap | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcIndexedTextureMap.MappedTo
Declaration
IIfcTessellatedFaceSet IIfcIndexedTextureMap.MappedTo { get; set; }
Returns
Type | Description |
---|---|
IIfcTessellatedFaceSet |
IIfcIndexedTextureMap.TexCoords
Declaration
IIfcTextureVertexList IIfcIndexedTextureMap.TexCoords { get; set; }
Returns
Type | Description |
---|---|
IIfcTextureVertexList |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>