Search Results for

    Show / Hide Table of Contents

    Class IfcIndexedTextureMap

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationItem
    IfcTextureCoordinate
    IfcIndexedTextureMap
    IfcIndexedTriangleTextureMap
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationItem>
    System.IEquatable<IfcTextureCoordinate>
    IIfcIndexedTextureMap
    IIfcTextureCoordinate
    IIfcPresentationItem
    IPersistEntity
    IPersist
    System.IEquatable<IfcIndexedTextureMap>
    Inherited Members
    IfcTextureCoordinate.IIfcTextureCoordinate.Maps
    IfcTextureCoordinate.Maps
    IfcTextureCoordinate.Equals(IfcTextureCoordinate)
    IfcPresentationItem.Equals(IfcPresentationItem)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    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 Source

    MappedTo

    Declaration
    [IndexedProperty]
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
    public IfcTessellatedFaceSet MappedTo { get; set; }
    Property Value
    Type Description
    IfcTessellatedFaceSet
    | Improve this Doc View Source

    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 Source

    Equals(IfcIndexedTextureMap)

    Declaration
    public bool Equals(IfcIndexedTextureMap other)
    Parameters
    Type Name Description
    IfcIndexedTextureMap other
    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
    IfcTextureCoordinate.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcIndexedTextureMap.MappedTo

    Declaration
    IIfcTessellatedFaceSet IIfcIndexedTextureMap.MappedTo { get; set; }
    Returns
    Type Description
    IIfcTessellatedFaceSet
    | Improve this Doc View Source

    IIfcIndexedTextureMap.TexCoords

    Declaration
    IIfcTextureVertexList IIfcIndexedTextureMap.TexCoords { get; set; }
    Returns
    Type Description
    IIfcTextureVertexList

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcIndexedTextureMap
    IIfcTextureCoordinate
    IIfcPresentationItem
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim