Inheritance: CascadeSharp.TKV3d.Prs3d.Prs3d_BasicAspect
 public Prs3d_TextAspect(Prs3d_TextAspect parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void Draw(Graphic3d_Structure thePrs, Prs3d_TextAspect theAspect, TCollection_ExtendedString theText,
                  gp_Pnt theAttachmentPoint)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect,
                            TCollection_ExtendedString theText, gp_Ax2 theOrientation)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void Draw(Graphic3d_Structure thePrs, Prs3d_TextAspect theAspect, TCollection_ExtendedString theText,
                  gp_Ax2 theOrientation)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect,
                            TCollection_ExtendedString theText, gp_Pnt theAttachmentPoint)
 {
     throw new NotImplementedException();
 }