ENTITY quasi_uniform_curve SUBTYPE OF (b_spline_curve); END_ENTITY; -- quasi_uniform_curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - bounded_curve - 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; quasi_uniform_curve - |
quasi_uniform_curve$rational_b_spline_curve (GEOMETRY_SCHEMA) |
Global rules for this entity data type- |
public interface EQuasi_uniform_curve extends EB_spline_curve |
public class CQuasi_uniform_curve implements EQuasi_uniform_curve |
public class AQuasi_uniform_curve extends AEntitypublic EQuasi_uniform_curve getByIndex(int index)public EQuasi_uniform_curve getCurrentMember(SdaiIterator it) |