Search Results for

    Show / Hide Table of Contents

    Class IfcRepresentation

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentation
    IfcShapeModel
    IfcStyleModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcRepresentation
    IfcLayeredItem
    IInstantiableEntity
    IIfcRepresentation
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcRepresentation>
    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.RepresentationResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcRepresentation", 87)]
    public class IfcRepresentation : PersistEntity, INotifyPropertyChanged, IIfcRepresentation, IfcLayeredItem, IInstantiableEntity, IIfcRepresentation, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRepresentation>

    Properties

    | Improve this Doc View Source

    ContextOfItems

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

    Items

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
    public IItemSet<IfcRepresentationItem> Items { get; }
    Property Value
    Type Description
    IItemSet<IfcRepresentationItem>
    | Improve this Doc View Source

    LayerAssignments

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

    OfProductRepresentation

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

    RepresentationIdentifier

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

    RepresentationMap

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

    RepresentationType

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcLabel? RepresentationType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcRepresentation)

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

    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

    IIfcRepresentation.ContextOfItems

    Declaration
    IIfcRepresentationContext IIfcRepresentation.ContextOfItems { get; set; }
    Returns
    Type Description
    IIfcRepresentationContext
    | Improve this Doc View Source

    IIfcRepresentation.Items

    Declaration
    IItemSet<IIfcRepresentationItem> IIfcRepresentation.Items { get; }
    Returns
    Type Description
    IItemSet<IIfcRepresentationItem>
    | Improve this Doc View Source

    IIfcRepresentation.LayerAssignments

    Declaration
    IEnumerable<IIfcPresentationLayerAssignment> IIfcRepresentation.LayerAssignments { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPresentationLayerAssignment>
    | Improve this Doc View Source

    IIfcRepresentation.OfProductRepresentation

    Declaration
    IEnumerable<IIfcProductRepresentation> IIfcRepresentation.OfProductRepresentation { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProductRepresentation>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationIdentifier

    Declaration
    IfcLabel? IIfcRepresentation.RepresentationIdentifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationMap

    Declaration
    IEnumerable<IIfcRepresentationMap> IIfcRepresentation.RepresentationMap { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRepresentationMap>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationType

    Declaration
    IfcLabel? IIfcRepresentation.RepresentationType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcRepresentation.ContextOfItems

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRepresentation), 1)]
    IIfcRepresentationContext IIfcRepresentation.ContextOfItems { get; set; }
    Returns
    Type Description
    IIfcRepresentationContext
    | Improve this Doc View Source

    IIfcRepresentation.Items

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRepresentation), 4)]
    IItemSet<IIfcRepresentationItem> IIfcRepresentation.Items { get; }
    Returns
    Type Description
    IItemSet<IIfcRepresentationItem>
    | Improve this Doc View Source

    IIfcRepresentation.LayerAssignments

    Declaration
    IEnumerable<IIfcPresentationLayerAssignment> IIfcRepresentation.LayerAssignments { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPresentationLayerAssignment>
    | Improve this Doc View Source

    IIfcRepresentation.OfProductRepresentation

    Declaration
    IEnumerable<IIfcProductRepresentation> IIfcRepresentation.OfProductRepresentation { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProductRepresentation>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationIdentifier

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRepresentation), 2)]
    IfcLabel? IIfcRepresentation.RepresentationIdentifier { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationMap

    Declaration
    IEnumerable<IIfcRepresentationMap> IIfcRepresentation.RepresentationMap { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRepresentationMap>
    | Improve this Doc View Source

    IIfcRepresentation.RepresentationType

    Declaration
    [CrossSchemaAttribute(typeof(IIfcRepresentation), 3)]
    IfcLabel? IIfcRepresentation.RepresentationType { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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