Class IfcIndexedTriangleTextureMap
Inheritance
System.Object
IfcIndexedTriangleTextureMap
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcPresentationItem>
System.IEquatable<IfcTextureCoordinate>
System.IEquatable<IfcIndexedTextureMap>
System.IEquatable<IfcIndexedTriangleTextureMap>
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("IfcIndexedTriangleTextureMap", 1192)]
public class IfcIndexedTriangleTextureMap : IfcIndexedTextureMap, INotifyPropertyChanged, IEquatable<IfcPresentationItem>, IEquatable<IfcTextureCoordinate>, IEquatable<IfcIndexedTextureMap>, IInstantiableEntity, IIfcIndexedTriangleTextureMap, IIfcIndexedTextureMap, IIfcTextureCoordinate, IIfcPresentationItem, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcIndexedTriangleTextureMap>
Properties
| Improve this Doc View SourceTexCoordIndex
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.List, new int[]{1, 3}, new int[]{-1, 3}, 4)]
public IOptionalItemSet<IItemSet<IfcPositiveInteger>> TexCoordIndex { get; }
Property Value
| Type | Description |
|---|---|
| IOptionalItemSet<IItemSet<IfcPositiveInteger>> |
Methods
| Improve this Doc View SourceEquals(IfcIndexedTriangleTextureMap)
Declaration
public bool Equals(IfcIndexedTriangleTextureMap other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcIndexedTriangleTextureMap | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcIndexedTriangleTextureMap.TexCoordIndex
Declaration
IItemSet<IItemSet<IfcPositiveInteger>> IIfcIndexedTriangleTextureMap.TexCoordIndex { get; }
Returns
| Type | Description |
|---|---|
| IItemSet<IItemSet<IfcPositiveInteger>> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>