ENTITY bezier_curve SUBTYPE OF (b_spline_curve); END_ENTITY; -- bezier_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; bezier_curve - |
bezier_curve$rational_b_spline_curve (GEOMETRY_SCHEMA) |
Global rules for this entity data type- |
public interface EBezier_curve extends EB_spline_curve |
public class CBezier_curve implements EBezier_curve |
public class ABezier_curve extends AEntitypublic EBezier_curve getByIndex(int index)public EBezier_curve getCurrentMember(SdaiIterator it) |