public BRepBuilderAPIMakeFace(gpSphere S)
     :
     base(BRepBuilderAPI_MakeFace_Ctor95E480D1(S.Instance))
 {
 }
 public BRepBuilderAPIMakeFace(gpSphere S, double UMin, double UMax, double VMin, double VMax)
     :
     base(BRepBuilderAPI_MakeFace_CtorDF1FCE01(S.Instance, UMin, UMax, VMin, VMax))
 {
 }
 public BRepBuilderAPIMakeFace(gpSphere S, TopoDSWire W, bool Inside)
     :
     base(BRepBuilderAPI_MakeFace_Ctor9D6BF994(S.Instance, W.Instance, Inside))
 {
 }
예제 #4
0
 public static gpLin2d Project(gpSphere Sp, gpCirc Ci)
 {
     return(new gpLin2d(ProjLib_Project4CF82905(Sp.Instance, Ci.Instance)));
 }
예제 #5
0
 public static gpPnt2d Project(gpSphere Sp, gpPnt P)
 {
     return(new gpPnt2d(ProjLib_Project1377F951(Sp.Instance, P.Instance)));
 }
예제 #6
0
 public static void Parameters(gpSphere S, gpPnt P, ref double U, ref double V)
 {
     ElSLib_Parameters70B953D6(S.Instance, P.Instance, ref U, ref V);
 }
예제 #7
0
 public static gpPnt Value(double U, double V, gpSphere S)
 {
     return(new gpPnt(ElSLib_ValueA6EAF455(U, V, S.Instance)));
 }