Search Results for

    Show / Hide Table of Contents

    Interface IVector3D

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

    Properties

    | 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

    Methods

    | Improve this Doc View Source

    IsInvalid()

    Declaration
    bool IsInvalid()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim