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