|
ENTITY bounded_surface_curve SUBTYPE OF (surface_curve, bounded_curve); WHERE wr1: ( 'geometry_schema.bounded_curve' IN TYPEOF ( SELF \ surface_curve . curve_3d ) ) ; END_ENTITY; -- bounded_surface_curve |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - surface_curve curve_3d: curve; associated_geometry: LIST [1:2] OF pcurve_or_surface; master_representation: preferred_surface_curve_representation; (DER) basis_surface: SET [1:2] OF surface; bounded_curve - bounded_surface_curve - |
Global rules for this entity data type- |
public interface EBounded_surface_curve extends ESurface_curve, EBounded_curve |
public class CBounded_surface_curve implements EBounded_surface_curve |
public class ABounded_surface_curve extends AEntitypublic EBounded_surface_curve getByIndex(int index)public EBounded_surface_curve getCurrentMember(SdaiIterator it) |