Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


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

public class CRational_b_spline_curve$uniform_curve implements ERational_b_spline_curve, EUniform_curve