Search Results for

    Show / Hide Table of Contents

    Class IfcConnectionPointEccentricity

    Inheritance
    System.Object
    PersistEntity
    IfcConnectionGeometry
    IfcConnectionPointGeometry
    IfcConnectionPointEccentricity
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcConnectionGeometry>
    System.IEquatable<IfcConnectionPointGeometry>
    IInstantiableEntity
    IIfcConnectionPointEccentricity
    IIfcConnectionPointGeometry
    IIfcConnectionGeometry
    IContainsEntityReferences
    System.IEquatable<IfcConnectionPointEccentricity>
    IIfcConnectionPointEccentricity
    IIfcConnectionPointGeometry
    IIfcConnectionGeometry
    IPersistEntity
    IPersist
    Inherited Members
    IfcConnectionPointGeometry.IIfcConnectionPointGeometry.PointOnRelatingElement
    IfcConnectionPointGeometry.IIfcConnectionPointGeometry.PointOnRelatedElement
    IfcConnectionPointGeometry.PointOnRelatingElement
    IfcConnectionPointGeometry.PointOnRelatedElement
    IfcConnectionPointGeometry.Equals(IfcConnectionPointGeometry)
    IfcConnectionPointGeometry.IIfcConnectionPointGeometry.PointOnRelatingElement
    IfcConnectionPointGeometry.IIfcConnectionPointGeometry.PointOnRelatedElement
    IfcConnectionGeometry.Equals(IfcConnectionGeometry)
    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("IfcConnectionPointEccentricity", 405)]
    public class IfcConnectionPointEccentricity : IfcConnectionPointGeometry, INotifyPropertyChanged, IEquatable<IfcConnectionGeometry>, IEquatable<IfcConnectionPointGeometry>, IInstantiableEntity, IIfcConnectionPointEccentricity, IIfcConnectionPointGeometry, IIfcConnectionGeometry, IContainsEntityReferences, IEquatable<IfcConnectionPointEccentricity>, IIfcConnectionPointEccentricity, IIfcConnectionPointGeometry, IIfcConnectionGeometry, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    EccentricityInX

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

    EccentricityInY

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

    EccentricityInZ

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

    Methods

    | Improve this Doc View Source

    Equals(IfcConnectionPointEccentricity)

    Declaration
    public bool Equals(IfcConnectionPointEccentricity other)
    Parameters
    Type Name Description
    IfcConnectionPointEccentricity 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
    IfcConnectionPointGeometry.Parse(Int32, IPropertyValue, Int32[])

    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

    IIfcConnectionPointEccentricity.EccentricityInX

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

    IIfcConnectionPointEccentricity.EccentricityInY

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

    IIfcConnectionPointEccentricity.EccentricityInZ

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

    IIfcConnectionPointEccentricity.EccentricityInX

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

    IIfcConnectionPointEccentricity.EccentricityInY

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

    IIfcConnectionPointEccentricity.EccentricityInZ

    Declaration
    [CrossSchemaAttribute(typeof(IIfcConnectionPointEccentricity), 5)]
    IfcLengthMeasure? IIfcConnectionPointEccentricity.EccentricityInZ { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLengthMeasure>

    Implements

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