Search Results for

    Show / Hide Table of Contents

    Class IfcIndexedPolygonalFace

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcTessellatedItem
    IfcIndexedPolygonalFace
    IfcIndexedPolygonalFaceWithVoids
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcTessellatedItem>
    IInstantiableEntity
    IIfcIndexedPolygonalFace
    IIfcTessellatedItem
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcIndexedPolygonalFace>
    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("IfcIndexedPolygonalFace", 1321)]
    public class IfcIndexedPolygonalFace : IfcTessellatedItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IInstantiableEntity, IIfcIndexedPolygonalFace, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcIndexedPolygonalFace>

    Properties

    | Improve this Doc View Source

    CoordIndex

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{3}, new int[]{-1}, 3)]
    public IItemSet<IfcPositiveInteger> CoordIndex { get; }
    Property Value
    Type Description
    IItemSet<IfcPositiveInteger>
    | Improve this Doc View Source

    ToFaceSet

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

    Methods

    | Improve this Doc View Source

    Equals(IfcIndexedPolygonalFace)

    Declaration
    public bool Equals(IfcIndexedPolygonalFace other)
    Parameters
    Type Name Description
    IfcIndexedPolygonalFace 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

    IIfcIndexedPolygonalFace.CoordIndex

    Declaration
    IItemSet<IfcPositiveInteger> IIfcIndexedPolygonalFace.CoordIndex { get; }
    Returns
    Type Description
    IItemSet<IfcPositiveInteger>
    | Improve this Doc View Source

    IIfcIndexedPolygonalFace.ToFaceSet

    Declaration
    IEnumerable<IIfcPolygonalFaceSet> IIfcIndexedPolygonalFace.ToFaceSet { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPolygonalFaceSet>

    Implements

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