Search Results for

    Show / Hide Table of Contents

    Class IfcGeometricRepresentationContext

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationContext
    IfcGeometricRepresentationContext
    IfcGeometricRepresentationSubContext
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationContext>
    IIfcGeometricRepresentationContext
    IIfcRepresentationContext
    IfcCoordinateReferenceSystemSelect
    IIfcCoordinateReferenceSystemSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcGeometricRepresentationContext
    IIfcRepresentationContext
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcGeometricRepresentationContext>
    Inherited Members
    IfcRepresentationContext.IIfcRepresentationContext.ContextIdentifier
    IfcRepresentationContext.IIfcRepresentationContext.ContextType
    IfcRepresentationContext.IIfcRepresentationContext.RepresentationsInContext
    IfcRepresentationContext.IIfcRepresentationContext.ContextIdentifier
    IfcRepresentationContext.IIfcRepresentationContext.ContextType
    IfcRepresentationContext.IIfcRepresentationContext.RepresentationsInContext
    IfcRepresentationContext.ContextIdentifier
    IfcRepresentationContext.ContextType
    IfcRepresentationContext.RepresentationsInContext
    IfcRepresentationContext.Equals(IfcRepresentationContext)
    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("IfcGeometricRepresentationContext", 555)]
    public class IfcGeometricRepresentationContext : IfcRepresentationContext, INotifyPropertyChanged, IEquatable<IfcRepresentationContext>, IIfcGeometricRepresentationContext, IIfcRepresentationContext, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IInstantiableEntity, IIfcGeometricRepresentationContext, IIfcRepresentationContext, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGeometricRepresentationContext>

    Properties

    | Improve this Doc View Source

    CoordinateSpaceDimension

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

    HasSubContexts

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

    Precision

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

    TrueNorth

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

    WorldCoordinateSystem

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public virtual IfcAxis2Placement WorldCoordinateSystem { get; set; }
    Property Value
    Type Description
    IfcAxis2Placement

    Methods

    | Improve this Doc View Source

    Equals(IfcGeometricRepresentationContext)

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

    IIfcGeometricRepresentationContext.CoordinateSpaceDimension

    Declaration
    IfcDimensionCount IIfcGeometricRepresentationContext.CoordinateSpaceDimension { get; set; }
    Returns
    Type Description
    IfcDimensionCount
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.HasSubContexts

    Declaration
    IEnumerable<IIfcGeometricRepresentationSubContext> IIfcGeometricRepresentationContext.HasSubContexts { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcGeometricRepresentationSubContext>
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.Precision

    Declaration
    double? IIfcGeometricRepresentationContext.Precision { get; set; }
    Returns
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.TrueNorth

    Declaration
    IIfcDirection IIfcGeometricRepresentationContext.TrueNorth { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.WorldCoordinateSystem

    Declaration
    IIfcAxis2Placement IIfcGeometricRepresentationContext.WorldCoordinateSystem { get; set; }
    Returns
    Type Description
    IIfcAxis2Placement
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.CoordinateSpaceDimension

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

    IIfcGeometricRepresentationContext.HasCoordinateOperation

    Declaration
    IEnumerable<IIfcCoordinateOperation> IIfcGeometricRepresentationContext.HasCoordinateOperation { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcCoordinateOperation>
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.HasSubContexts

    Declaration
    IEnumerable<IIfcGeometricRepresentationSubContext> IIfcGeometricRepresentationContext.HasSubContexts { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcGeometricRepresentationSubContext>
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.Precision

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

    IIfcGeometricRepresentationContext.TrueNorth

    Declaration
    [CrossSchemaAttribute(typeof(IIfcGeometricRepresentationContext), 6)]
    IIfcDirection IIfcGeometricRepresentationContext.TrueNorth { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcGeometricRepresentationContext.WorldCoordinateSystem

    Declaration
    [CrossSchemaAttribute(typeof(IIfcGeometricRepresentationContext), 5)]
    IIfcAxis2Placement IIfcGeometricRepresentationContext.WorldCoordinateSystem { get; set; }
    Returns
    Type Description
    IIfcAxis2Placement

    Implements

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