ENTITY geometric_intersection_armx SUBTYPE OF (derived_shape_element, geometric_intersection); WHERE wr1: NOT('DIMENSION_TOLERANCE_XIM.ASSOCIATED_SHAPE_ELEMENT' IN TYPEOF(SELF)) OR ('GEOMETRY_SCHEMA.CURVE' IN TYPEOF(SELF\item_identified_representation_usage.identified_item)) OR ('GEOMETRY_SCHEMA.CARTESIAN_POINT' IN TYPEOF(SELF\item_identified_representation_usage.identified_item)); END_ENTITY; -- geometric_intersection_armx |
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; derived_shape_element derived_from: SET [1:?] OF shape_aspect; geometric_intersection - geometric_intersection_armx - |
datum_defined_by_geometric_intersection (DERIVED_SHAPE_ELEMENT_XIM) |
Global rules for this entity data type- |
public interface EGeometric_intersection_armx extends EDerived_shape_element, EGeometric_intersection |
public class CGeometric_intersection_armx implements EGeometric_intersection_armx |
public class AGeometric_intersection_armx extends AEntitypublic EGeometric_intersection_armx getByIndex(int index)public EGeometric_intersection_armx getCurrentMember(SdaiIterator it) |