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