ENTITY target_curve SUBTYPE OF (datum_target); DERIVE SELF\shape_aspect.description : text := 'curve'; 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 ('TOPOLOGY_SCHEMA.EDGE_CURVE' IN TYPEOF(SELF\item_identified_representation_usage.identified_item)); END_ENTITY; -- target_curve |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; datum_target target_id: identifier; (INV) target_basis_relationship: SET [1:?] OF shape_aspect_relationship FOR relating_shape_aspect; target_curve (RT) (DER) description: text; |
Global rules for this entity data type- |
public interface ETarget_curve extends EDatum_target |
public class CTarget_curve implements ETarget_curvestatic EAttribute attributeDescription(ETarget_curve type) |
public class ATarget_curve extends AEntitypublic ETarget_curve getByIndex(int index)public ETarget_curve getCurrentMember(SdaiIterator it) |