|
ENTITY bounded_curve SUPERTYPE OF (ONEOF (polyline, b_spline_curve, trimmed_curve, bounded_pcurve, bounded_surface_curve, composite_curve)) SUBTYPE OF (curve); END_ENTITY; -- bounded_curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - bounded_curve - |
| b_spline_curve (GEOMETRY_SCHEMA) |
| bounded_curve$surface_curve (GEOMETRY_SCHEMA) |
| bounded_pcurve (GEOMETRY_SCHEMA) |
| bounded_surface_curve (GEOMETRY_SCHEMA) |
| composite_curve (GEOMETRY_SCHEMA) |
| polyline (GEOMETRY_SCHEMA) |
| trimmed_curve (GEOMETRY_SCHEMA) |
Global rules for this entity data type- |
public interface EBounded_curve extends ECurve |
public class CBounded_curve implements EBounded_curve |
public class ABounded_curve extends AEntitypublic EBounded_curve getByIndex(int index)public EBounded_curve getCurrentMember(SdaiIterator it) |