Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


FUNCTION default_b_spline_surface_weights
          (u_upper : INTEGER, v_upper : INTEGER) : ARRAY [0:u_upper] OF ARRAY [0:v_upper] OF REAL;

RETURN([[1:v_upper + 1]:u_upper +1]);

END_FUNCTION; -- default_b_spline_surface_weights

public class FDefault_b_spline_surface_weights
          public static Value run(SdaiContext _context, Value u_upper, Value v_upper)