Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


Multi leaf complex entity data type
          b_spline_surface_with_knots+rational_b_spline_surface

Entity data types and their attributes

B_spline_surface
          u_degree: INTEGER;
          v_degree: INTEGER;
          control_points_list: LIST [2:?] OF LIST [2:?] OF cartesian_point;
          surface_form: b_spline_surface_form;
          u_closed: LOGICAL;
          v_closed: LOGICAL;
          self_intersect: LOGICAL;
          (DER) u_upper: INTEGER;
          (DER) v_upper: INTEGER;
          (DER) control_points: ARRAY [0:u_upper] OF ARRAY [0:v_upper] OF cartesian_point;
B_spline_surface_with_knots
          u_multiplicities: LIST [2:?] OF INTEGER;
          v_multiplicities: LIST [2:?] OF INTEGER;
          u_knots: LIST [2:?] OF parameter_value;
          v_knots: LIST [2:?] OF parameter_value;
          knot_spec: knot_type;
          (DER) knot_u_upper: INTEGER;
          (DER) knot_v_upper: INTEGER;
Bounded_surface
          -
Geometric_representation_item
          (DER) dim: dimension_count;
Rational_b_spline_surface
          weights_data: LIST [2:?] OF LIST [2:?] OF REAL;
          (DER) weights: ARRAY [0:u_upper] OF ARRAY [0:v_upper] OF REAL;
Representation_item
          name: label;
Surface
          -

public class CB_spline_surface_with_knots$rational_b_spline_surface implements EB_spline_surface_with_knots, ERational_b_spline_surface