Search Results for

    Show / Hide Table of Contents

    Interface IIfcGridAxis

    Readonly interface for IfcGridAxis

    Inherited Members
    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 IIfcGridAxis : IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    AxisCurve

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

    AxisTag

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

    HasIntersections

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

    PartOfU

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

    PartOfV

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

    PartOfW

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

    SameSense

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