Search Results for

    Show / Hide Table of Contents

    Class IfcTextureCoordinate

    Inheritance
    System.Object
    PersistEntity
    IfcTextureCoordinate
    IfcTextureCoordinateGenerator
    IfcTextureMap
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcTextureCoordinate
    IIfcPresentationItem
    IIfcTextureCoordinate
    IPersistEntity
    IPersist
    System.IEquatable<IfcTextureCoordinate>
    Inherited Members
    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.Ifc2x3.PresentationDefinitionResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcTextureCoordinate", 732)]
    public abstract class IfcTextureCoordinate : PersistEntity, INotifyPropertyChanged, IIfcTextureCoordinate, IIfcPresentationItem, IIfcTextureCoordinate, IPersistEntity, IPersist, IEquatable<IfcTextureCoordinate>

    Properties

    | Improve this Doc View Source

    AnnotatedSurface

    Declaration
    [InverseProperty("TextureCoordinates")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{1}, 1)]
    public IEnumerable<IfcAnnotationSurface> AnnotatedSurface { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcAnnotationSurface>

    Methods

    | Improve this Doc View Source

    Equals(IfcTextureCoordinate)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcTextureCoordinate.AnnotatedSurface

    Declaration
    IEnumerable<IIfcAnnotationSurface> IIfcTextureCoordinate.AnnotatedSurface { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAnnotationSurface>
    | Improve this Doc View Source

    IIfcTextureCoordinate.Maps

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTextureCoordinate), 1)]
    IItemSet<IIfcSurfaceTexture> IIfcTextureCoordinate.Maps { get; }
    Returns
    Type Description
    IItemSet<IIfcSurfaceTexture>

    Implements

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