Search Results for

    Show / Hide Table of Contents

    Class IfcTessellatedFaceSet

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcTessellatedItem
    IfcTessellatedFaceSet
    IfcPolygonalFaceSet
    IfcTriangulatedFaceSet
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcTessellatedItem>
    IIfcTessellatedFaceSet
    IIfcTessellatedItem
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcTessellatedFaceSet>
    Inherited Members
    IfcTessellatedItem.Equals(IfcTessellatedItem)
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    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.GeometricModelResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcTessellatedFaceSet", 1299)]
    public abstract class IfcTessellatedFaceSet : IfcTessellatedItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTessellatedFaceSet>

    Properties

    | Improve this Doc View Source

    Coordinates

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcCartesianPointList3D Coordinates { get; set; }
    Property Value
    Type Description
    IfcCartesianPointList3D
    | Improve this Doc View Source

    Dim

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public IfcDimensionCount Dim { get; }
    Property Value
    Type Description
    IfcDimensionCount
    | Improve this Doc View Source

    HasColours

    Declaration
    [InverseProperty("MappedTo")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 4)]
    public IEnumerable<IfcIndexedColourMap> HasColours { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcIndexedColourMap>
    | Improve this Doc View Source

    HasTextures

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

    Methods

    | Improve this Doc View Source

    Equals(IfcTessellatedFaceSet)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcTessellatedFaceSet.Coordinates

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

    IIfcTessellatedFaceSet.HasColours

    Declaration
    IEnumerable<IIfcIndexedColourMap> IIfcTessellatedFaceSet.HasColours { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcIndexedColourMap>
    | Improve this Doc View Source

    IIfcTessellatedFaceSet.HasTextures

    Declaration
    IEnumerable<IIfcIndexedTextureMap> IIfcTessellatedFaceSet.HasTextures { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcIndexedTextureMap>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcTessellatedFaceSet
    IIfcTessellatedItem
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim