public void Draw(Graphic3d_Group theGroup, gp_Pnt theLocation, gp_Dir theDirection, double theAngle, double theLength) { throw new NotImplementedException(); }
public void CircleInPlane(Graphic3d_Group gcircle, double X0, double Y0, double Z0, double VX, double VY, double VZ, double Radius) { throw new NotImplementedException(); }
public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect, TCollection_ExtendedString theText, gp_Ax2 theOrientation) { throw new NotImplementedException(); }
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(); }
public Graphic3d_Text Draw(Graphic3d_Group theGroup, Prs3d_TextAspect theAspect, TCollection_ExtendedString theText, gp_Pnt theAttachmentPoint) { throw new NotImplementedException(); }