Search Results for

    Show / Hide Table of Contents

    Interface IXbimSpatialObject

    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public interface IXbimSpatialObject

    Methods

    | Improve this Doc View Source

    Contains(IXbimGeometryObject, Double)

    Declaration
    bool Contains(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Disjoint(IXbimGeometryObject, Double)

    Declaration
    bool Disjoint(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(IXbimGeometryObject, Double)

    Declaration
    bool Equals(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Intersects(IXbimGeometryObject, Double)

    Declaration
    bool Intersects(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Relates(IXbimGeometryObject, Double)

    Declaration
    bool Relates(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Touches(IXbimGeometryObject, Double)

    Declaration
    bool Touches(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Within(IXbimGeometryObject, Double)

    Declaration
    bool Within(IXbimGeometryObject geom, double tolerance)
    Parameters
    Type Name Description
    IXbimGeometryObject geom
    System.Double tolerance
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim