예제 #1
0
 public static void Polygon(DrawTheory dt, IFunctionInstance name, IEnhancedTermCollection points)
 {
     dt.AddShape (new ShapeIrregularPolygonObject (name, points.ValueEnumerable<IdpGie.Geometry.Point3> (TermType.Point)));
 }
예제 #2
0
 public static void Polygon(DrawTheory dt, IFunctionInstance name, IEnhancedTermCollection points)
 {
     dt.AddShape(new ShapeIrregularPolygonObject(name, points.ValueEnumerable <IdpGie.Geometry.Point3> (TermType.Point)));
 }