ENTITY geometric_contact SUBTYPE OF (derived_shape_aspect); WHERE wr1: SIZEOF (SELF\derived_shape_aspect.deriving_relationships)= 2; END_ENTITY; -- geometric_contact |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_deriving_relationship FOR relating_shape_aspect; geometric_contact - |
Global rules for this entity data type- |
public interface EGeometric_contact extends EDerived_shape_aspect |
public class CGeometric_contact implements EGeometric_contact |
public class AGeometric_contact extends AEntitypublic EGeometric_contact getByIndex(int index)public EGeometric_contact getCurrentMember(SdaiIterator it) |