public gp_Ax2(gp_Pnt P, gp_Dir V) : base() { throw new NotImplementedException(); }
public void SetYDirection(gp_Dir Vy) { throw new NotImplementedException(); }
public gp_Dir(gp_Dir parameter1) : base() { throw new NotImplementedException(); }
public gp_Vec(gp_Dir V) : base() { throw new NotImplementedException(); }
public void Mirror(gp_Dir V) { throw new NotImplementedException(); }
public gp_Dir Mirrored(gp_Dir V) { throw new NotImplementedException(); }
public double Dot(gp_Dir Other) { throw new NotImplementedException(); }
public double DotCross(gp_Dir V1, gp_Dir V2) { throw new NotImplementedException(); }
public void CrossCross(gp_Dir V1, gp_Dir V2) { throw new NotImplementedException(); }
public gp_Dir CrossCrossed(gp_Dir V1, gp_Dir V2) { throw new NotImplementedException(); }
public gp_Dir Crossed(gp_Dir Right) { throw new NotImplementedException(); }
public void Cross(gp_Dir Right) { throw new NotImplementedException(); }
public double AngleWithRef(gp_Dir Other, gp_Dir VRef) { throw new NotImplementedException(); }
public bool IsParallel(gp_Dir Other, double AngularTolerance) { throw new NotImplementedException(); }
public bool IsOpposite(gp_Dir Other, double AngularTolerance) { throw new NotImplementedException(); }