Search Results for

    Show / Hide Table of Contents

    Interface IIfcGeometricRepresentationContext

    Readonly interface for IfcGeometricRepresentationContext

    Inherited Members
    IIfcRepresentationContext.ContextIdentifier
    IIfcRepresentationContext.ContextType
    IIfcRepresentationContext.RepresentationsInContext
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcGeometricRepresentationContext : IIfcRepresentationContext, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    CoordinateSpaceDimension

    Declaration
    IfcDimensionCount CoordinateSpaceDimension { get; set; }
    Property Value
    Type Description
    IfcDimensionCount
    | Improve this Doc View Source

    HasSubContexts

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

    Precision

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

    TrueNorth

    Declaration
    IIfcDirection TrueNorth { get; set; }
    Property Value
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    WorldCoordinateSystem

    Declaration
    IIfcAxis2Placement WorldCoordinateSystem { get; set; }
    Property Value
    Type Description
    IIfcAxis2Placement
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim