ENTITY bezier_surface SUBTYPE OF (b_spline_surface); END_ENTITY; -- bezier_surface |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; surface - bounded_surface - b_spline_surface u_degree: INTEGER; v_degree: INTEGER; control_points_list: LIST [2:?] OF LIST [2:?] OF cartesian_point; surface_form: b_spline_surface_form; u_closed: LOGICAL; v_closed: LOGICAL; self_intersect: LOGICAL; (DER) u_upper: INTEGER; (DER) v_upper: INTEGER; (DER) control_points: ARRAY [0:u_upper] OF ARRAY [0:v_upper] OF cartesian_point; bezier_surface - |
bezier_surface$rational_b_spline_surface (GEOMETRY_SCHEMA) |
Global rules for this entity data type- |
public interface EBezier_surface extends EB_spline_surface |
public class CBezier_surface implements EBezier_surface |
public class ABezier_surface extends AEntitypublic EBezier_surface getByIndex(int index)public EBezier_surface getCurrentMember(SdaiIterator it) |