|
ENTITY extension SUBTYPE OF (derived_shape_aspect); WHERE wr1: SIZEOF ( SELF \ derived_shape_aspect . deriving_relationships ) = 1 ; END_ENTITY; -- extension |
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_relationship FOR relating_shape_aspect; extension - |
| linear_extension (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EExtension extends EDerived_shape_aspect |
public class CExtension implements EExtension |
public class AExtension extends AEntitypublic EExtension getByIndex(int index)public EExtension getCurrentMember(SdaiIterator it) |