Пример #1
0
 public void Text(string theTextUtf, gp_Ax2 theOrientation, double theHeight, double theAngle,
                  Graphic3d_TextPath theTp, Graphic3d_HorizontalTextAlignment theHTA, Graphic3d_VerticalTextAlignment theVTA,
                  bool theToEvalMinMax)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void Text(TCollection_ExtendedString theText, gp_Ax2 theOrientation, double theHeight, double theAngle,
                  Graphic3d_TextPath theTp, Graphic3d_HorizontalTextAlignment theHTA, Graphic3d_VerticalTextAlignment theVTA)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void SetOrientation(Graphic3d_TextPath theOrientation)
 {
     throw new NotImplementedException();
 }