Show / Hide Table of Contents

    Class Orientation

    A unique orientation direction in a CellComplex.

    Inheritance
    System.Object
    ChildBase<Orientation, Vector3>
    VertexBase<Orientation>
    Orientation
    Implements
    IDistanceTo
    Inherited Members
    VertexBase<Orientation>.Value
    VertexBase<Orientation>.Name
    VertexBase<Orientation>.GetGeometry()
    ChildBase<Orientation, Vector3>.Id
    ChildBase<Orientation, Vector3>.CellComplex
    ChildBase<Orientation, Vector3>.GetHashCode()
    ChildBase<Orientation, Vector3>.DistanceTo(Vector3)
    ChildBase<Orientation, Vector3>.Equals(Object)
    ChildBase<Orientation, Vector3>.GetGeometry()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements.Spatial.CellComplex
    Assembly: Hypar.Elements.dll
    Syntax
    public class Orientation : VertexBase<Orientation>, IDistanceTo

    Methods

    DistanceTo(Vector3)

    Do not use this method: it just throws an exception. Orientations are relative directions and do not exist at any point in absolute space. A distance cannot be calculated for orientations.

    Declaration
    public override double DistanceTo(Vector3 point)
    Parameters
    Type Name Description
    Vector3 point
    Returns
    Type Description
    System.Double
    Overrides
    Elements.Spatial.CellComplex.VertexBase<Elements.Spatial.CellComplex.Orientation>.DistanceTo(Elements.Geometry.Vector3)

    Implements

    IDistanceTo