Search Results for

    Show / Hide Table of Contents

    Class IfcGrid

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcProduct
    IfcGrid
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    System.IEquatable<IfcProduct>
    IInstantiableEntity
    IIfcGrid
    IIfcProduct
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProductSelect
    IIfcProductSelect
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcGrid>
    IExpressValidatable
    Inherited Members
    IfcProduct.IIfcProduct.ObjectPlacement
    IfcProduct.IIfcProduct.Representation
    IfcProduct.IIfcProduct.ReferencedBy
    IfcProduct.ObjectPlacement
    IfcProduct.Representation
    IfcProduct.ReferencedBy
    IfcProduct.Equals(IfcProduct)
    IfcProduct.IsContainedIn
    IfcProduct.ValidateClause(IfcProduct.IfcProductClause)
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDeclaredBy
    IfcObject.IIfcObject.Declares
    IfcObject.IIfcObject.IsTypedBy
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.ObjectType
    IfcObject.IsDeclaredBy
    IfcObject.Declares
    IfcObject.IsTypedBy
    IfcObject.IsDefinedBy
    IfcObject.Equals(IfcObject)
    IfcObject.AddDefiningType(IfcTypeObject)
    IfcObject.AddPropertySet(IfcPropertySet)
    IfcObject.GetPropertySet(String, Boolean)
    IfcObject.GetPropertySingleValue(String, String)
    IfcObject.GetPropertySingleValue<TValueType>(String, String)
    IfcObject.GetPropertySingleNominalValue(String, String)
    IfcObject.PropertySets
    IfcObject.SetPropertySingleValue(String, String, Type)
    IfcObject.SetPropertySingleValue(String, String, IfcValue)
    IfcObject.GetExternalElements(IModel)
    IfcObject.GetElementQuantity(String, Boolean)
    IfcObject.ElementQuantities
    IfcObject.PhysicalSimpleQuantities
    IfcObject.GetQuantity<TQType>(String, String)
    IfcObject.GetQuantity<TQType>(String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity, String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity)
    IfcObject.GetElementPhysicalSimpleQuantity(String, String)
    IfcObject.SetElementPhysicalSimpleQuantity(String, String, Double, XbimQuantityTypeEnum, IIfcNamedUnit)
    IfcObject.RemovePropertySingleValue(String, String)
    IfcObject.RemoveElementPhysicalSimpleQuantity(String, String)
    IfcObject.ValidateClause(IfcObject.IfcObjectClause)
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.Nests
    IfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.HasContext
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcObjectDefinition.Item[String]
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    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.Ifc4.ProductExtension
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcGrid", 564)]
    public class IfcGrid : IfcProduct, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IInstantiableEntity, IIfcGrid, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcGrid>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ContainedInStructure

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

    PredefinedType

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

    UAxes

    Declaration
    [IndexedProperty]
    [EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 20)]
    public IItemSet<IfcGridAxis> UAxes { get; }
    Property Value
    Type Description
    IItemSet<IfcGridAxis>
    | Improve this Doc View Source

    VAxes

    Declaration
    [IndexedProperty]
    [EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 21)]
    public IItemSet<IfcGridAxis> VAxes { get; }
    Property Value
    Type Description
    IItemSet<IfcGridAxis>
    | Improve this Doc View Source

    WAxes

    Declaration
    [IndexedProperty]
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 22)]
    public IOptionalItemSet<IfcGridAxis> WAxes { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcGridAxis>

    Methods

    | Improve this Doc View Source

    Equals(IfcGrid)

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

    Validate()

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

    ValidateClause(IfcGrid.IfcGridClause)

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

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

    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

    IIfcGrid.ContainedInStructure

    Declaration
    IEnumerable<IIfcRelContainedInSpatialStructure> IIfcGrid.ContainedInStructure { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelContainedInSpatialStructure>
    | Improve this Doc View Source

    IIfcGrid.PredefinedType

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

    IIfcGrid.UAxes

    Declaration
    IItemSet<IIfcGridAxis> IIfcGrid.UAxes { get; }
    Returns
    Type Description
    IItemSet<IIfcGridAxis>
    | Improve this Doc View Source

    IIfcGrid.VAxes

    Declaration
    IItemSet<IIfcGridAxis> IIfcGrid.VAxes { get; }
    Returns
    Type Description
    IItemSet<IIfcGridAxis>
    | Improve this Doc View Source

    IIfcGrid.WAxes

    Declaration
    IItemSet<IIfcGridAxis> IIfcGrid.WAxes { get; }
    Returns
    Type Description
    IItemSet<IIfcGridAxis>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcGrid
    IIfcProduct
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IfcProductSelect
    IIfcProductSelect
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim