|
ENTITY geometric_alignment SUBTYPE OF (derived_shape_aspect); WHERE wr1: SIZEOF ( SELF \ derived_shape_aspect . deriving_relationships ) > 1 ; END_ENTITY; -- geometric_alignment |
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; geometric_alignment - |
| geometric_alignment_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EGeometric_alignment extends EDerived_shape_aspect |
public class CGeometric_alignment implements EGeometric_alignment |
public class AGeometric_alignment extends AEntitypublic EGeometric_alignment getByIndex(int index)public EGeometric_alignment getCurrentMember(SdaiIterator it) |