Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


Multi leaf complex entity data type
          bezier_curve+rational_b_spline_curve

Entity data types and their attributes

B_spline_curve
          degree: INTEGER;
          control_points_list: LIST [2:?] OF cartesian_point;
          curve_form: b_spline_curve_form;
          closed_curve: LOGICAL;
          self_intersect: LOGICAL;
          (DER) upper_index_on_control_points: INTEGER;
          (DER) control_points: ARRAY [0:upper_index_on_control_points] OF cartesian_point;
Bezier_curve
          -
Bounded_curve
          -
Curve
          -
Geometric_representation_item
          (DER) dim: dimension_count;
Rational_b_spline_curve
          weights_data: LIST [2:?] OF REAL;
          (DER) weights: ARRAY [0:upper_index_on_control_points] OF REAL;
Representation_item
          name: label;

public class CBezier_curve$rational_b_spline_curve implements EBezier_curve, ERational_b_spline_curve