Search Results for

    Show / Hide Table of Contents

    Class IfcShapeModel

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentation
    IfcShapeModel
    IfcShapeRepresentation
    IfcTopologyRepresentation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<IfcRepresentation>
    IIfcShapeModel
    IIfcRepresentation
    IfcLayeredItem
    IIfcShapeModel
    IIfcRepresentation
    IfcLayeredItem
    IIfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcShapeModel>
    IExpressValidatable
    Inherited Members
    IfcRepresentation.IIfcRepresentation.ContextOfItems
    IfcRepresentation.IIfcRepresentation.RepresentationIdentifier
    IfcRepresentation.IIfcRepresentation.RepresentationType
    IfcRepresentation.IIfcRepresentation.Items
    IfcRepresentation.IIfcRepresentation.RepresentationMap
    IfcRepresentation.IIfcRepresentation.LayerAssignments
    IfcRepresentation.IIfcRepresentation.OfProductRepresentation
    IfcRepresentation.IIfcRepresentation.ContextOfItems
    IfcRepresentation.IIfcRepresentation.RepresentationIdentifier
    IfcRepresentation.IIfcRepresentation.RepresentationType
    IfcRepresentation.IIfcRepresentation.Items
    IfcRepresentation.IIfcRepresentation.RepresentationMap
    IfcRepresentation.IIfcRepresentation.LayerAssignments
    IfcRepresentation.IIfcRepresentation.OfProductRepresentation
    IfcRepresentation.ContextOfItems
    IfcRepresentation.RepresentationIdentifier
    IfcRepresentation.RepresentationType
    IfcRepresentation.Items
    IfcRepresentation.RepresentationMap
    IfcRepresentation.LayerAssignments
    IfcRepresentation.OfProductRepresentation
    IfcRepresentation.Equals(IfcRepresentation)
    IfcRepresentation.IContainsEntityReferences.References
    IfcRepresentation.IContainsIndexedReferences.IndexedReferences
    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("IfcShapeModel", 89)]
    public abstract class IfcShapeModel : IfcRepresentation, INotifyPropertyChanged, IInstantiableEntity, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcRepresentation>, IIfcShapeModel, IIfcRepresentation, IfcLayeredItem, IIfcShapeModel, IIfcRepresentation, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcShapeModel>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    OfShapeAspect

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

    Methods

    | Improve this Doc View Source

    Equals(IfcShapeModel)

    Declaration
    public bool Equals(IfcShapeModel other)
    Parameters
    Type Name Description
    IfcShapeModel 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
    IfcRepresentation.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcShapeModel.IfcShapeModelClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcShapeModel.IfcShapeModelClause clause)
    Parameters
    Type Name Description
    IfcShapeModel.IfcShapeModelClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcShapeModel.OfShapeAspect

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

    IIfcShapeModel.OfShapeAspect

    Declaration
    IEnumerable<IIfcShapeAspect> IIfcShapeModel.OfShapeAspect { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcShapeAspect>

    Implements

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