public void Init(TColgp_HArray2OfPnt Poles, TColStd_HArray2OfReal Weights)
 {
     throw new NotImplementedException();
 }
 public Geom_BezierSurface(TColgp_HArray2OfPnt SurfacePoles, TColStd_HArray2OfReal PoleWeights, bool IsURational,
                           bool IsVRational)
     : base()
 {
     throw new NotImplementedException();
 }