Search Results for

    Show / Hide Table of Contents

    Interface IIfcRepresentation

    Readonly interface for IfcRepresentation

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcRepresentation : IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ContextOfItems

    Declaration
    IIfcRepresentationContext ContextOfItems { get; set; }
    Property Value
    Type Description
    IIfcRepresentationContext
    | Improve this Doc View Source

    Items

    Declaration
    IItemSet<IIfcRepresentationItem> Items { get; }
    Property Value
    Type Description
    IItemSet<IIfcRepresentationItem>
    | Improve this Doc View Source

    LayerAssignments

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

    OfProductRepresentation

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

    RepresentationIdentifier

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

    RepresentationMap

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

    RepresentationType

    Declaration
    IfcLabel? RepresentationType { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim