Class Orientation
A unique orientation direction in a CellComplex.
Implements
Inherited Members
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)