Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


Multi leaf complex entity data type
          b_spline_curve_with_knots+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;
B_spline_curve_with_knots
          knot_multiplicities: LIST [2:?] OF INTEGER;
          knots: LIST [2:?] OF parameter_value;
          knot_spec: knot_type;
          (DER) upper_index_on_knots: INTEGER;
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 CB_spline_curve_with_knots$rational_b_spline_curve implements EB_spline_curve_with_knots, ERational_b_spline_curve