Search Results for

    Show / Hide Table of Contents

    Interface IXbimPoint

    A 3 Dimensional Point

    Inherited Members
    IXbimGeometryObject.GeometryType
    IXbimGeometryObject.IsValid
    IXbimGeometryObject.IsSet
    IXbimGeometryObject.BoundingBox
    IXbimGeometryObject.Transform(XbimMatrix3D)
    IXbimGeometryObject.TransformShallow(XbimMatrix3D)
    IXbimGeometryObject.Tag
    System.IDisposable.Dispose()
    System.IEquatable<Xbim.Common.Geometry.IXbimPoint>.Equals(Xbim.Common.Geometry.IXbimPoint)
    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public interface IXbimPoint : IXbimGeometryObject, IDisposable, IEquatable<IXbimPoint>

    Properties

    | Improve this Doc View Source

    Point

    Declaration
    XbimPoint3D Point { get; }
    Property Value
    Type Description
    XbimPoint3D
    | Improve this Doc View Source

    Tolerance

    Declaration
    double Tolerance { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    X

    Declaration
    double X { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Y

    Declaration
    double Y { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Z

    Declaration
    double Z { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim