Search Results for

    Show / Hide Table of Contents

    Class IfcGridAxis

    Inheritance
    System.Object
    PersistEntity
    IfcGridAxis
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcGridAxis
    IContainsEntityReferences
    System.IEquatable<IfcGridAxis>
    IIfcGridAxis
    IPersistEntity
    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.GeometricConstraintResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcGridAxis", 441)]
    public class IfcGridAxis : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcGridAxis, IContainsEntityReferences, IEquatable<IfcGridAxis>, IIfcGridAxis, IPersistEntity, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    AxisCurve

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

    AxisTag

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

    HasIntersections

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

    PartOfU

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

    PartOfV

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

    PartOfW

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

    SameSense

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcBoolean SameSense { get; set; }
    Property Value
    Type Description
    IfcBoolean

    Methods

    | Improve this Doc View Source

    Equals(IfcGridAxis)

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

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

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

    IIfcGridAxis.AxisCurve

    Declaration
    IIfcCurve IIfcGridAxis.AxisCurve { get; set; }
    Returns
    Type Description
    IIfcCurve
    | Improve this Doc View Source

    IIfcGridAxis.AxisTag

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

    IIfcGridAxis.HasIntersections

    Declaration
    IEnumerable<IIfcVirtualGridIntersection> IIfcGridAxis.HasIntersections { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcVirtualGridIntersection>
    | Improve this Doc View Source

    IIfcGridAxis.PartOfU

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

    IIfcGridAxis.PartOfV

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

    IIfcGridAxis.PartOfW

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

    IIfcGridAxis.SameSense

    Declaration
    IfcBoolean IIfcGridAxis.SameSense { get; set; }
    Returns
    Type Description
    IfcBoolean
    | Improve this Doc View Source

    IIfcGridAxis.AxisCurve

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

    IIfcGridAxis.AxisTag

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

    IIfcGridAxis.HasIntersections

    Declaration
    IEnumerable<IIfcVirtualGridIntersection> IIfcGridAxis.HasIntersections { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcVirtualGridIntersection>
    | Improve this Doc View Source

    IIfcGridAxis.PartOfU

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

    IIfcGridAxis.PartOfV

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

    IIfcGridAxis.PartOfW

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

    IIfcGridAxis.SameSense

    Declaration
    [CrossSchemaAttribute(typeof(IIfcGridAxis), 3)]
    IfcBoolean IIfcGridAxis.SameSense { get; set; }
    Returns
    Type Description
    IfcBoolean

    Implements

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