Search Results for

    Show / Hide Table of Contents

    Class IfcPolygonalFaceSet

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcTessellatedItem
    IfcTessellatedFaceSet
    IfcPolygonalFaceSet
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcTessellatedItem>
    System.IEquatable<IfcTessellatedFaceSet>
    IInstantiableEntity
    IIfcPolygonalFaceSet
    IIfcTessellatedFaceSet
    IIfcTessellatedItem
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcBooleanOperand
    IIfcBooleanOperand
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPolygonalFaceSet>
    Inherited Members
    IfcTessellatedFaceSet.IIfcTessellatedFaceSet.Coordinates
    IfcTessellatedFaceSet.IIfcTessellatedFaceSet.HasColours
    IfcTessellatedFaceSet.IIfcTessellatedFaceSet.HasTextures
    IfcTessellatedFaceSet.Coordinates
    IfcTessellatedFaceSet.Dim
    IfcTessellatedFaceSet.HasColours
    IfcTessellatedFaceSet.HasTextures
    IfcTessellatedFaceSet.Equals(IfcTessellatedFaceSet)
    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("IfcPolygonalFaceSet", 1324)]
    public class IfcPolygonalFaceSet : IfcTessellatedFaceSet, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcTessellatedItem>, IEquatable<IfcTessellatedFaceSet>, IInstantiableEntity, IIfcPolygonalFaceSet, IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcPolygonalFaceSet>

    Properties

    | Improve this Doc View Source

    Closed

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcBoolean? Closed { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcBoolean>
    | Improve this Doc View Source

    Faces

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

    PnIndex

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.None, new int[]{1}, new int[]{-1}, 8)]
    public IOptionalItemSet<IfcPositiveInteger> PnIndex { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcPositiveInteger>

    Methods

    | Improve this Doc View Source

    Equals(IfcPolygonalFaceSet)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcPolygonalFaceSet.Closed

    Declaration
    IfcBoolean? IIfcPolygonalFaceSet.Closed { get; set; }
    Returns
    Type Description
    System.Nullable<IfcBoolean>
    | Improve this Doc View Source

    IIfcPolygonalFaceSet.Faces

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

    IIfcPolygonalFaceSet.PnIndex

    Declaration
    IItemSet<IfcPositiveInteger> IIfcPolygonalFaceSet.PnIndex { get; }
    Returns
    Type Description
    IItemSet<IfcPositiveInteger>

    Implements

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