Search Results for

    Show / Hide Table of Contents

    Class IfcObjectPlacement

    Inheritance
    System.Object
    PersistEntity
    IfcObjectPlacement
    IfcGridPlacement
    IfcLocalPlacement
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcObjectPlacement
    System.IEquatable<IfcObjectPlacement>
    IIfcObjectPlacement
    IPersistEntity
    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.GeometricConstraintResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcObjectPlacement", 440)]
    public abstract class IfcObjectPlacement : PersistEntity, INotifyPropertyChanged, IIfcObjectPlacement, IEquatable<IfcObjectPlacement>, IIfcObjectPlacement, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    PlacesObject

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

    ReferencedByPlacements

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

    Methods

    | Improve this Doc View Source

    Equals(IfcObjectPlacement)

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

    IIfcObjectPlacement.PlacesObject

    Declaration
    IEnumerable<IIfcProduct> IIfcObjectPlacement.PlacesObject { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProduct>
    | Improve this Doc View Source

    IIfcObjectPlacement.ReferencedByPlacements

    Declaration
    IEnumerable<IIfcLocalPlacement> IIfcObjectPlacement.ReferencedByPlacements { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcLocalPlacement>
    | Improve this Doc View Source

    IIfcObjectPlacement.PlacesObject

    Declaration
    IEnumerable<IIfcProduct> IIfcObjectPlacement.PlacesObject { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProduct>
    | Improve this Doc View Source

    IIfcObjectPlacement.ReferencedByPlacements

    Declaration
    IEnumerable<IIfcLocalPlacement> IIfcObjectPlacement.ReferencedByPlacements { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcLocalPlacement>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcObjectPlacement
    System.IEquatable<T>
    IIfcObjectPlacement
    IPersistEntity
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim