Search Results for

    Show / Hide Table of Contents

    Class IfcRepresentationMap

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationMap
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcRepresentationMap
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<IfcRepresentationMap>
    IIfcRepresentationMap
    IfcProductRepresentationSelect
    IIfcProductRepresentationSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    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.GeometryResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcRepresentationMap", 95)]
    public class IfcRepresentationMap : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcRepresentationMap, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcRepresentationMap>, IIfcRepresentationMap, IfcProductRepresentationSelect, IIfcProductRepresentationSelect, IPersistEntity, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    MappedRepresentation

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

    MappingOrigin

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

    MapUsage

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

    Methods

    | Improve this Doc View Source

    Equals(IfcRepresentationMap)

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

    IIfcRepresentationMap.MappedRepresentation

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

    IIfcRepresentationMap.MappingOrigin

    Declaration
    IIfcAxis2Placement IIfcRepresentationMap.MappingOrigin { get; set; }
    Returns
    Type Description
    IIfcAxis2Placement
    | Improve this Doc View Source

    IIfcRepresentationMap.MapUsage

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

    IIfcRepresentationMap.HasShapeAspects

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

    IIfcRepresentationMap.MappedRepresentation

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

    IIfcRepresentationMap.MappingOrigin

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

    IIfcRepresentationMap.MapUsage

    Declaration
    IEnumerable<IIfcMappedItem> IIfcRepresentationMap.MapUsage { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcMappedItem>

    Implements

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