Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


Multi leaf complex entity data type
          rational_b_spline_surface+uniform_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;
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
          -
Uniform_surface
          -

public class CRational_b_spline_surface$uniform_surface implements ERational_b_spline_surface, EUniform_surface