Пример #1
0
 public void Draw(Graphic3d_Group theGroup, gp_Pnt theLocation, gp_Dir theDirection, double theAngle,
                  double theLength)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void CircleInPlane(Graphic3d_Group gcircle, double X0, double Y0, double Z0, double VX, double VY,
                           double VZ, double Radius)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect,
                            TCollection_ExtendedString theText, gp_Ax2 theOrientation)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void ArrowOfRadius(Graphic3d_Group garrow, double X0, double Y0, double Z0, double DX, double DY,
                           double DZ, double Alpha, double Lng)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect,
                            TCollection_ExtendedString theText, gp_Pnt theAttachmentPoint)
 {
     throw new NotImplementedException();
 }