Overview Schemas Index

geometry_schema         


ENTITY composite_curve_segment
          SUBTYPE OF (founded_item);
          transition : transition_code;
          same_sense : BOOLEAN;
          parent_curve : curve;
INVERSE
          using_curves : BAG [1:?] OF composite_curve FOR segments;
WHERE
          WR1: ('GEOMETRY_SCHEMA.BOUNDED_CURVE' IN TYPEOF(parent_curve));
END_ENTITY; -- composite_curve_segment

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
composite_curve_segment
          transition: transition_code;
          same_sense: BOOLEAN;
          parent_curve: curve;
          (INV) using_curves: BAG [1:?] OF composite_curve FOR segments;

Known subtypes

          reparametrised_composite_curve_segment (geometry_schema)

Users: by entity attributes

founded_item
          founded_item.users
                    founded_item_select
composite_curve_segment
          composite_curve.segments
          curve_segment_set.segments
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Users: by defined types, not used by any entity attribute

composite_curve_segment
          ap210_managed_design_object
                    design_object_management_assignment.items
                    frozen_assignment.items

Global rules for this entity data type

          -