Inheritance: CascadeSharp.TKG3d.Geom.Geom_Geometry
 public void CrossCross(Geom_Vector V1, Geom_Vector V2)
 {
     throw new NotImplementedException();
 }
 public void Cross(Geom_Vector Other)
 {
     throw new NotImplementedException();
 }
 public Geom_Vector Crossed(Geom_Vector Other)
 {
     throw new NotImplementedException();
 }
 public void Subtract(Geom_Vector Other)
 {
     throw new NotImplementedException();
 }
 public Geom_VectorWithMagnitude Added(Geom_Vector Other)
 {
     throw new NotImplementedException();
 }
 public Geom_Vector CrossCrossed(Geom_Vector V1, Geom_Vector V2)
 {
     throw new NotImplementedException();
 }
 public double Dot(Geom_Vector Other)
 {
     throw new NotImplementedException();
 }
 public double AngleWithRef(Geom_Vector Other, Geom_Vector VRef)
 {
     throw new NotImplementedException();
 }
 public Geom_Vector(Geom_Vector parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public double DotCross(Geom_Vector V1, Geom_Vector V2)
 {
     throw new NotImplementedException();
 }