ENTITY point_on_surface_pair SUBTYPE OF (high_order_kinematic_pair); pair_surface : surface; WHERE wr1: SIZEOF( QUERY(r <* SELF\kinematic_pair.associated_link_representations_1 | NOT(pair_surface IN r.items))) = 0; wr2: SIZEOF( QUERY(lr <* SELF\kinematic_pair.associated_link_representations_1 | NOT('KINEMATIC_STRUCTURE_SCHEMA.RIGID_LINK_REPRESENTATION' IN TYPEOF(lr)))) = 0; END_ENTITY; -- point_on_surface_pair |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; item_defined_transformation name: label; (OPT) description: text; transform_item_1: representation_item; transform_item_2: representation_item; kinematic_pair joint: kinematic_joint; (RT) transform_item_1: rigid_placement; (RT) transform_item_2: rigid_placement; (DER) associated_link_representations_1: SET [1:?] OF kinematic_link_representation; (DER) associated_link_representations_2: SET [1:?] OF kinematic_link_representation; (RT) (DER) name: label; (INV) link_representation_associations: SET [1:?] OF pair_representation_relationship FOR transformation_operator; high_order_kinematic_pair - point_on_surface_pair pair_surface: surface; |
point_on_surface_pair_with_range (KINEMATIC_STRUCTURE_SCHEMA) |
Global rules for this entity data type- |
public interface EPoint_on_surface_pair extends EHigh_order_kinematic_pairpair_surface (explicit attribute)boolean testPair_surface(EPoint_on_surface_pair type)ESurface getPair_surface(EPoint_on_surface_pair type) void setPair_surface(EPoint_on_surface_pair type, ESurface value) void unsetPair_surface(EPoint_on_surface_pair type) |
public class CPoint_on_surface_pair implements EPoint_on_surface_pairstatic EAttribute attributePair_surface(EPoint_on_surface_pair type)static int usedinPair_surface(EPoint_on_surface_pair type, ESurface instance, ASdaiModel domain, APoint_on_surface_pair result) |
public class APoint_on_surface_pair extends AEntitypublic EPoint_on_surface_pair getByIndex(int index)public EPoint_on_surface_pair getCurrentMember(SdaiIterator it) |