Search Results for

    Show / Hide Table of Contents

    Class IfcGeometricRepresentationSubContext

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationContext
    IfcGeometricRepresentationContext
    IfcGeometricRepresentationSubContext
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationContext>
    System.IEquatable<IfcGeometricRepresentationContext>
    IIfcGeometricRepresentationSubContext
    IIfcGeometricRepresentationContext
    IIfcRepresentationContext
    IfcCoordinateReferenceSystemSelect
    IIfcCoordinateReferenceSystemSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcGeometricRepresentationSubContext
    IIfcGeometricRepresentationContext
    IIfcRepresentationContext
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcGeometricRepresentationSubContext>
    IExpressValidatable
    Inherited Members
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.CoordinateSpaceDimension
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.Precision
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.WorldCoordinateSystem
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.TrueNorth
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.HasSubContexts
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.HasCoordinateOperation
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.CoordinateSpaceDimension
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.Precision
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.WorldCoordinateSystem
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.TrueNorth
    IfcGeometricRepresentationContext.IIfcGeometricRepresentationContext.HasSubContexts
    IfcGeometricRepresentationContext.HasSubContexts
    IfcGeometricRepresentationContext.Equals(IfcGeometricRepresentationContext)
    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("IfcGeometricRepresentationSubContext", 556)]
    public class IfcGeometricRepresentationSubContext : IfcGeometricRepresentationContext, INotifyPropertyChanged, IEquatable<IfcRepresentationContext>, IEquatable<IfcGeometricRepresentationContext>, IIfcGeometricRepresentationSubContext, IIfcGeometricRepresentationContext, IIfcRepresentationContext, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IInstantiableEntity, IIfcGeometricRepresentationSubContext, IIfcGeometricRepresentationContext, IIfcRepresentationContext, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcGeometricRepresentationSubContext>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    CoordinateSpaceDimension

    Declaration
    [EntityAttribute(3, EntityAttributeState.DerivedOverride, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public override IfcDimensionCount CoordinateSpaceDimension { get; set; }
    Property Value
    Type Description
    IfcDimensionCount
    Overrides
    IfcGeometricRepresentationContext.CoordinateSpaceDimension
    | Improve this Doc View Source

    ParentContext

    Declaration
    [IndexedProperty]
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 9)]
    public IfcGeometricRepresentationContext ParentContext { get; set; }
    Property Value
    Type Description
    IfcGeometricRepresentationContext
    | Improve this Doc View Source

    Precision

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

    TargetScale

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

    TargetView

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

    TrueNorth

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

    UserDefinedTargetView

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

    WorldCoordinateSystem

    Declaration
    [EntityAttribute(5, EntityAttributeState.DerivedOverride, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public override IfcAxis2Placement WorldCoordinateSystem { get; set; }
    Property Value
    Type Description
    IfcAxis2Placement
    Overrides
    IfcGeometricRepresentationContext.WorldCoordinateSystem

    Methods

    | Improve this Doc View Source

    Equals(IfcGeometricRepresentationSubContext)

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

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

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

    IIfcGeometricRepresentationSubContext.ParentContext

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

    IIfcGeometricRepresentationSubContext.TargetScale

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

    IIfcGeometricRepresentationSubContext.TargetView

    Declaration
    IfcGeometricProjectionEnum IIfcGeometricRepresentationSubContext.TargetView { get; set; }
    Returns
    Type Description
    IfcGeometricProjectionEnum
    | Improve this Doc View Source

    IIfcGeometricRepresentationSubContext.UserDefinedTargetView

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

    IIfcGeometricRepresentationSubContext.ParentContext

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

    IIfcGeometricRepresentationSubContext.TargetScale

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

    IIfcGeometricRepresentationSubContext.TargetView

    Declaration
    [CrossSchemaAttribute(typeof(IIfcGeometricRepresentationSubContext), 9)]
    IfcGeometricProjectionEnum IIfcGeometricRepresentationSubContext.TargetView { get; set; }
    Returns
    Type Description
    IfcGeometricProjectionEnum
    | Improve this Doc View Source

    IIfcGeometricRepresentationSubContext.UserDefinedTargetView

    Declaration
    [CrossSchemaAttribute(typeof(IIfcGeometricRepresentationSubContext), 10)]
    IfcLabel? IIfcGeometricRepresentationSubContext.UserDefinedTargetView { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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