コード例 #1
0
 public gp_Ax2(gp_Pnt P, gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SetYDirection(gp_Dir Vy)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public gp_Dir(gp_Dir parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: gp_Vec.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Vec(gp_Dir V)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Mirror(gp_Dir V)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public gp_Dir Mirrored(gp_Dir V)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public double Dot(gp_Dir Other)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public double DotCross(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public void CrossCross(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public gp_Dir CrossCrossed(gp_Dir V1, gp_Dir V2)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public gp_Dir Crossed(gp_Dir Right)
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public void Cross(gp_Dir Right)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public double AngleWithRef(gp_Dir Other, gp_Dir VRef)
 {
     throw new NotImplementedException();
 }
コード例 #14
0
 public bool IsParallel(gp_Dir Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
コード例 #15
0
 public bool IsOpposite(gp_Dir Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }