Search Results for

    Show / Hide Table of Contents

    Class IfcConstraint

    Inheritance
    System.Object
    PersistEntity
    IfcConstraint
    IfcMetric
    IfcObjective
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcConstraint
    System.IEquatable<IfcConstraint>
    IIfcConstraint
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IPersistEntity
    IExpressSelectType
    IPersist
    IExpressValidatable
    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.ConstraintResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcConstraint", 81)]
    public abstract class IfcConstraint : PersistEntity, INotifyPropertyChanged, IIfcConstraint, IEquatable<IfcConstraint>, IIfcConstraint, IfcResourceObjectSelect, IIfcResourceObjectSelect, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Aggregates

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

    ClassifiedAs

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

    ConstraintGrade

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
    public IfcConstraintEnum ConstraintGrade { get; set; }
    Property Value
    Type Description
    IfcConstraintEnum
    | Improve this Doc View Source

    ConstraintSource

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

    CreatingActor

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcActorSelect CreatingActor { get; set; }
    Property Value
    Type Description
    IfcActorSelect
    | Improve this Doc View Source

    CreationTime

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcDateTimeSelect CreationTime { get; set; }
    Property Value
    Type Description
    IfcDateTimeSelect
    | Improve this Doc View Source

    Description

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

    IsAggregatedIn

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

    IsRelatedWith

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

    Name

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

    PropertiesForConstraint

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

    RelatesConstraints

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

    UserDefinedGrade

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

    Methods

    | Improve this Doc View Source

    Equals(IfcConstraint)

    Declaration
    public bool Equals(IfcConstraint other)
    Parameters
    Type Name Description
    IfcConstraint 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[])
    | 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(IfcConstraint.IfcConstraintClause)

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

    Declaration
    public bool ValidateClause(IfcConstraint.IfcConstraintClause clause)
    Parameters
    Type Name Description
    IfcConstraint.IfcConstraintClause 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

    IIfcConstraint.Aggregates

    Declaration
    IEnumerable<IIfcConstraintAggregationRelationship> IIfcConstraint.Aggregates { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcConstraintAggregationRelationship>
    | Improve this Doc View Source

    IIfcConstraint.ClassifiedAs

    Declaration
    IEnumerable<IIfcConstraintClassificationRelationship> IIfcConstraint.ClassifiedAs { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcConstraintClassificationRelationship>
    | Improve this Doc View Source

    IIfcConstraint.ConstraintGrade

    Declaration
    IfcConstraintEnum IIfcConstraint.ConstraintGrade { get; set; }
    Returns
    Type Description
    IfcConstraintEnum
    | Improve this Doc View Source

    IIfcConstraint.ConstraintSource

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

    IIfcConstraint.CreatingActor

    Declaration
    IIfcActorSelect IIfcConstraint.CreatingActor { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcConstraint.CreationTime

    Declaration
    IIfcDateTimeSelect IIfcConstraint.CreationTime { get; set; }
    Returns
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    IIfcConstraint.Description

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

    IIfcConstraint.IsAggregatedIn

    Declaration
    IEnumerable<IIfcConstraintAggregationRelationship> IIfcConstraint.IsAggregatedIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcConstraintAggregationRelationship>
    | Improve this Doc View Source

    IIfcConstraint.IsRelatedWith

    Declaration
    IEnumerable<IIfcConstraintRelationship> IIfcConstraint.IsRelatedWith { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcConstraintRelationship>
    | Improve this Doc View Source

    IIfcConstraint.Name

    Declaration
    IfcLabel IIfcConstraint.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcConstraint.PropertiesForConstraint

    Declaration
    IEnumerable<IIfcPropertyConstraintRelationship> IIfcConstraint.PropertiesForConstraint { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPropertyConstraintRelationship>
    | Improve this Doc View Source

    IIfcConstraint.RelatesConstraints

    Declaration
    IEnumerable<IIfcConstraintRelationship> IIfcConstraint.RelatesConstraints { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcConstraintRelationship>
    | Improve this Doc View Source

    IIfcConstraint.UserDefinedGrade

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

    IIfcConstraint.ConstraintGrade

    Declaration
    [CrossSchemaAttribute(typeof(IIfcConstraint), 3)]
    IfcConstraintEnum IIfcConstraint.ConstraintGrade { get; set; }
    Returns
    Type Description
    IfcConstraintEnum
    | Improve this Doc View Source

    IIfcConstraint.ConstraintSource

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

    IIfcConstraint.CreatingActor

    Declaration
    [CrossSchemaAttribute(typeof(IIfcConstraint), 5)]
    IIfcActorSelect IIfcConstraint.CreatingActor { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcConstraint.CreationTime

    Declaration
    [CrossSchemaAttribute(typeof(IIfcConstraint), 6)]
    IfcDateTime? IIfcConstraint.CreationTime { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcConstraint.Description

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

    IIfcConstraint.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcConstraint.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcConstraint.Name

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

    IIfcConstraint.PropertiesForConstraint

    Declaration
    IEnumerable<IIfcResourceConstraintRelationship> IIfcConstraint.PropertiesForConstraint { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcResourceConstraintRelationship>
    | Improve this Doc View Source

    IIfcConstraint.UserDefinedGrade

    Declaration
    [CrossSchemaAttribute(typeof(IIfcConstraint), 7)]
    IfcLabel? IIfcConstraint.UserDefinedGrade { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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